Html Css Color HEX #CA6EED Heliotrope

📋 copy color: '#CA6EED'

red 202 ◦ green 110 ◦ blue 237

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

Shades of Heliotrope #CA6EED

Tints of Heliotrope #CA6EED

RGB

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

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

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

R = 36.79%
G = 20.04%
B = 43.17%

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

#CA6EED (or 0xCA6EED) is known color: Heliotrope. HEX triplet: CA, 6E and ED. RGB value is (202,110,237). Sum of RGB (Red+Green+Blue) = 202+110+237=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EED is #359112. Grayscale: #979797. Windows color (decimal): -3510547 or 15560394. OLE color: 15560394.

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

Color convert

RGB 202 110 237 -
CMYK 0.15 0.54 0 0.07
HSL 283.46º 0.78% 0.68% -
HSV(B) 283.46º 0.54% 0.93% -
XYZ 45.22 29.82 83.49 -
YUV 151.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 202 110 237 0.15 0.54 0 0.07 283.46 0.78 0.68
Hex CA 6E ED F 36 0 7 11B 4E 44
Octal 312 156 355 17 66 0 7 433 116 104
Binary 11001010 1101110 11101101 1111 110110 0 111 100011011 1001110 1000100

Color Harmonies of #CA6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EED

Black with #CA6EED

Text Example


Text Example

White with #CA6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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