Html Css Color HEX #CA76EE Heliotrope

📋 copy color: '#CA76EE'

red 202 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #CA76EE

Tints of Heliotrope #CA76EE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

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

R = 36.2%
G = 21.15%
B = 42.65%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA76EE (or 0xCA76EE) is known color: Heliotrope. HEX triplet: CA, 76 and EE. RGB value is (202,118,238). Sum of RGB (Red+Green+Blue) = 202+118+238=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76EE is #358911. Grayscale: #9C9C9C. Windows color (decimal): -3508498 or 15627978. OLE color: 15627978.

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

Color convert

RGB 202 118 238 -
CMYK 0.15 0.50 0 0.07
HSL 282º 0.78% 0.7% -
HSV(B) 282º 0.5% 0.93% -
XYZ 46.27 31.69 84.57 -
YUV 156.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 202 118 238 0.15 0.50 0 0.07 282 0.78 0.7
Hex CA 76 EE F 32 0 7 11A 4E 46
Octal 312 166 356 17 62 0 7 432 116 106
Binary 11001010 1110110 11101110 1111 110010 0 111 100011010 1001110 1000110

Color Harmonies of #CA76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76EE

Black with #CA76EE

Text Example


Text Example

White with #CA76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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