Html Css Color HEX #CA6FEC Heliotrope

📋 copy color: '#CA6FEC'

red 202 ◦ green 111 ◦ blue 236

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

Shades of Heliotrope #CA6FEC

Tints of Heliotrope #CA6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.22%

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

R = 36.79%
G = 20.22%
B = 42.99%

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

#CA6FEC (or 0xCA6FEC) is known color: Heliotrope. HEX triplet: CA, 6F and EC. RGB value is (202,111,236). Sum of RGB (Red+Green+Blue) = 202+111+236=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FEC is #359013. Grayscale: #989898. Windows color (decimal): -3510292 or 15495114. OLE color: 15495114.

HSL color Cylindrical-coordinate representation of color #CA6FEC: hue angle of 283.68º 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 #CA6FEC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 111 236 -
CMYK 0.14 0.53 0 0.07
HSL 283.68º 0.77% 0.68% -
HSV(B) 283.68º 0.53% 0.93% -
XYZ 45.18 29.98 82.76 -
YUV 152.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 202 111 236 0.14 0.53 0 0.07 283.68 0.77 0.68
Hex CA 6F EC E 35 0 7 11C 4D 44
Octal 312 157 354 16 65 0 7 434 115 104
Binary 11001010 1101111 11101100 1110 110101 0 111 100011100 1001101 1000100

Color Harmonies of #CA6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FEC

Black with #CA6FEC

Text Example


Text Example

White with #CA6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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