#CA44EA

Color #CA44EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CA44EA

Tints of Medium Orchid #CA44EA

Color information

#CA44EA (or 0xCA44EA) is unknown color: approx Medium Orchid. HEX triplet: CA, 44 and EA. RGB value is (202,68,234). Sum of RGB (Red+Green+Blue) = 202+68+234=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA44EA is #35BB15. Grayscale: #7E7E7E. Windows color (decimal): -3521302 or 15353034. OLE color: 15353034.

HSL color Cylindrical-coordinate representation of color #CA44EA: hue angle of 288.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA44EA is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20268234-
CMYK0.140.7100.08
HSL288.43º79.81%59.22%-
HSV(B)288.43º70.94%91.76%-
XYZ41.2822.6380.03-
YUV126.99188.39181.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 68 (26.95% from 255) = 13.49%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=40.08%
G=13.49%
B=46.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202682340.140.7100.08288.4379.8159.22
HexCA44EAE4708120503b
Octal3121043521610701044012073
Binary1100101010001001110101011101000111010001001000001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA44EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA44EA; }

 p { color: rgb(202,68,234); }

 H1.HeaderClassName
 {
   color: #CA44EA;
 }
 .AnyTagClassName
 {
   color: #CA44EA;
 }
</style>
background-color css

<style>
 a { background-color: #CA44EA; }

 a { background-color: rgb(202,68,234); }

 div.DivClassName
 {
   background-color: #CA44EA;
 }
 .BgClassName
 {
   background-color: #CA44EA;
 }
</style>
border-color css

<style>
 span { border-color: #CA44EA; }

 span { border-color: rgb(202,68,234); }

 td.TdClassName
 {
   border-color: #CA44EA;
 }
 .TagClassName
 {
   border-color: #CA44EA;
 }
</style>