Html Css Color HEX #CA6CEE Heliotrope

📋 copy color: '#CA6CEE'

red 202 ◦ green 108 ◦ blue 238

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

Shades of Heliotrope #CA6CEE

Tints of Heliotrope #CA6CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 36.86%
G = 19.71%
B = 43.43%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA6CEE (or 0xCA6CEE) is known color: Heliotrope. HEX triplet: CA, 6C and EE. RGB value is (202,108,238). Sum of RGB (Red+Green+Blue) = 202+108+238=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CEE is #359311. Grayscale: #969696. Windows color (decimal): -3511058 or 15625418. OLE color: 15625418.

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

Color convert

RGB 202 108 238 -
CMYK 0.15 0.55 0 0.07
HSL 283.38º 0.79% 0.68% -
HSV(B) 283.38º 0.55% 0.93% -
XYZ 45.15 29.45 84.19 -
YUV 150.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 202 108 238 0.15 0.55 0 0.07 283.38 0.79 0.68
Hex CA 6C EE F 37 0 7 11B 4F 44
Octal 312 154 356 17 67 0 7 433 117 104
Binary 11001010 1101100 11101110 1111 110111 0 111 100011011 1001111 1000100

Color Harmonies of #CA6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CEE

Black with #CA6CEE

Text Example


Text Example

White with #CA6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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