Html Css Color HEX #CA77EF Heliotrope

📋 copy color: '#CA77EF'

red 202 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #CA77EF

Tints of Heliotrope #CA77EF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.25%

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 36.07%
G = 21.25%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA77EF (or 0xCA77EF) is known color: Heliotrope. HEX triplet: CA, 77 and EF. RGB value is (202,119,239). Sum of RGB (Red+Green+Blue) = 202+119+239=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77EF is #358810. Grayscale: #9D9D9D. Windows color (decimal): -3508241 or 15693770. OLE color: 15693770.

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

Color convert

RGB 202 119 239 -
CMYK 0.15 0.50 0 0.06
HSL 281.5º 0.79% 0.7% -
HSV(B) 281.5º 0.5% 0.94% -
XYZ 46.53 31.98 85.38 -
YUV 157.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 202 119 239 0.15 0.50 0 0.06 281.5 0.79 0.7
Hex CA 77 EF F 32 0 6 11A 4F 46
Octal 312 167 357 17 62 0 6 432 117 106
Binary 11001010 1110111 11101111 1111 110010 0 110 100011010 1001111 1000110

Color Harmonies of #CA77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77EF

Black with #CA77EF

Text Example


Text Example

White with #CA77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77EF; }

 p { color: rgb(202,119,239); }

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

background-color css

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

 a { background-color: rgb(202,119,239); }

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

border-color css

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

 span { border-color: rgb(202,119,239); }

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