Html Css Color HEX #CA6CEC Heliotrope

📋 copy color: '#CA6CEC'

red 202 ◦ green 108 ◦ blue 236

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

Shades of Heliotrope #CA6CEC

Tints of Heliotrope #CA6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.78%

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

R = 37%
G = 19.78%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA6CEC (or 0xCA6CEC) is known color: Heliotrope. HEX triplet: CA, 6C and EC. RGB value is (202,108,236). Sum of RGB (Red+Green+Blue) = 202+108+236=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CEC is #359313. Grayscale: #969696. Windows color (decimal): -3511060 or 15494346. OLE color: 15494346.

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

Color convert

RGB 202 108 236 -
CMYK 0.14 0.54 0 0.07
HSL 284.06º 0.77% 0.67% -
HSV(B) 284.06º 0.54% 0.93% -
XYZ 44.86 29.34 82.66 -
YUV 150.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 202 108 236 0.14 0.54 0 0.07 284.06 0.77 0.67
Hex CA 6C EC E 36 0 7 11C 4D 43
Octal 312 154 354 16 66 0 7 434 115 103
Binary 11001010 1101100 11101100 1110 110110 0 111 100011100 1001101 1000011

Color Harmonies of #CA6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CEC

Black with #CA6CEC

Text Example


Text Example

White with #CA6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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