Html Css Color HEX #CA6CED Heliotrope

📋 copy color: '#CA6CED'

red 202 ◦ green 108 ◦ blue 237

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

Shades of Heliotrope #CA6CED

Tints of Heliotrope #CA6CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 36.93%
G = 19.74%
B = 43.33%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA6CED (or 0xCA6CED) is known color: Heliotrope. HEX triplet: CA, 6C and ED. RGB value is (202,108,237). Sum of RGB (Red+Green+Blue) = 202+108+237=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CED is #359312. Grayscale: #969696. Windows color (decimal): -3511059 or 15559882. OLE color: 15559882.

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

Color convert

RGB 202 108 237 -
CMYK 0.15 0.54 0 0.07
HSL 283.72º 0.78% 0.68% -
HSV(B) 283.72º 0.54% 0.93% -
XYZ 45.01 29.4 83.42 -
YUV 150.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 202 108 237 0.15 0.54 0 0.07 283.72 0.78 0.68
Hex CA 6C ED F 36 0 7 11C 4E 44
Octal 312 154 355 17 66 0 7 434 116 104
Binary 11001010 1101100 11101101 1111 110110 0 111 100011100 1001110 1000100

Color Harmonies of #CA6CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CED

Black with #CA6CED

Text Example


Text Example

White with #CA6CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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