Html Css Color HEX #CA6EEC Heliotrope

📋 copy color: '#CA6EEC'

red 202 ◦ green 110 ◦ blue 236

#CA6EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CA6EEC

Tints of Heliotrope #CA6EEC

RGB

 RED value IS 202 (79.3% from 255) = 36.86%

 GREEN value IS 110 (43.36% from 255) = 20.07%

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 36.86%
G = 20.07%
B = 43.07%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA6EEC (or 0xCA6EEC) is known color: Heliotrope. HEX triplet: CA, 6E and EC. RGB value is (202,110,236). Sum of RGB (Red+Green+Blue) = 202+110+236=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EEC is #359113. Grayscale: #979797. Windows color (decimal): -3510548 or 15494858. OLE color: 15494858.

HSL color Cylindrical-coordinate representation of color #CA6EEC: hue angle of 283.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6EEC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 110 236 -
CMYK 0.14 0.53 0 0.07
HSL 283.81º 0.77% 0.68% -
HSV(B) 283.81º 0.53% 0.93% -
XYZ 45.07 29.76 82.73 -
YUV 151.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 202 110 236 0.14 0.53 0 0.07 283.81 0.77 0.68
Hex CA 6E EC E 35 0 7 11C 4D 44
Octal 312 156 354 16 65 0 7 434 115 104
Binary 11001010 1101110 11101100 1110 110101 0 111 100011100 1001101 1000100

Color Harmonies of #CA6EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EEC

Black with #CA6EEC

Text Example


Text Example

White with #CA6EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EEC; }

 p { color: rgb(202,110,236); }

 H1.HeaderClassName
 {
   color: #CA6EEC;
 }
 .AnyTagClassName
 {
   color: #CA6EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(202,110,236); }

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

border-color css

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

 span { border-color: rgb(202,110,236); }

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