Html Css Color HEX #CA77FE Heliotrope

📋 copy color: '#CA77FE'

red 202 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #CA77FE

Tints of Heliotrope #CA77FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 35.13%
G = 20.7%
B = 44.17%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA77FE (or 0xCA77FE) is known color: Heliotrope. HEX triplet: CA, 77 and FE. RGB value is (202,119,254). Sum of RGB (Red+Green+Blue) = 202+119+254=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77FE is #358801. Grayscale: #9E9E9E. Windows color (decimal): -3508226 or 16676810. OLE color: 16676810.

HSL color Cylindrical-coordinate representation of color #CA77FE: hue angle of 276.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA77FE is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 119 254 -
CMYK 0.20 0.53 0 0.00
HSL 276.89º 0.99% 0.73% -
HSV(B) 276.89º 0.53% 1% -
XYZ 48.84 32.91 97.54 -
YUV 159.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 202 119 254 0.20 0.53 0 0.00 276.89 0.99 0.73
Hex CA 77 FE 14 35 0 0 115 63 49
Octal 312 167 376 24 65 0 0 425 143 111
Binary 11001010 1110111 11111110 10100 110101 0 0 100010101 1100011 1001001

Color Harmonies of #CA77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77FE

Black with #CA77FE

Text Example


Text Example

White with #CA77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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