Html Css Color HEX #CA76E6 Heliotrope

📋 copy color: '#CA76E6'

red 202 ◦ green 118 ◦ blue 230

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

Shades of Heliotrope #CA76E6

Tints of Heliotrope #CA76E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.82%

R = 36.73%
G = 21.45%
B = 41.82%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA76E6 (or 0xCA76E6) is known color: Heliotrope. HEX triplet: CA, 76 and E6. RGB value is (202,118,230). Sum of RGB (Red+Green+Blue) = 202+118+230=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76E6 is #358919. Grayscale: #9B9B9B. Windows color (decimal): -3508506 or 15103690. OLE color: 15103690.

HSL color Cylindrical-coordinate representation of color #CA76E6: hue angle of 285º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA76E6 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 118 230 -
CMYK 0.12 0.49 0 0.10
HSL 285º 0.69% 0.68% -
HSV(B) 285º 0.49% 0.9% -
XYZ 45.12 31.23 78.51 -
YUV 155.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 202 118 230 0.12 0.49 0 0.10 285 0.69 0.68
Hex CA 76 E6 C 31 0 A 11D 45 44
Octal 312 166 346 14 61 0 12 435 105 104
Binary 11001010 1110110 11100110 1100 110001 0 1010 100011101 1000101 1000100

Color Harmonies of #CA76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76E6

Black with #CA76E6

Text Example


Text Example

White with #CA76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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