Html Css Color HEX #CA77FC Heliotrope

📋 copy color: '#CA77FC'

red 202 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #CA77FC

Tints of Heliotrope #CA77FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 35.25%
G = 20.77%
B = 43.98%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA77FC (or 0xCA77FC) is known color: Heliotrope. HEX triplet: CA, 77 and FC. RGB value is (202,119,252). Sum of RGB (Red+Green+Blue) = 202+119+252=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77FC is #358803. Grayscale: #9E9E9E. Windows color (decimal): -3508228 or 16545738. OLE color: 16545738.

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

Color convert

RGB 202 119 252 -
CMYK 0.20 0.53 0 0.01
HSL 277.44º 0.96% 0.73% -
HSV(B) 277.44º 0.53% 0.99% -
XYZ 48.52 32.78 95.86 -
YUV 158.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 202 119 252 0.20 0.53 0 0.01 277.44 0.96 0.73
Hex CA 77 FC 14 35 0 1 115 60 49
Octal 312 167 374 24 65 0 1 425 140 111
Binary 11001010 1110111 11111100 10100 110101 0 1 100010101 1100000 1001001

Color Harmonies of #CA77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77FC

Black with #CA77FC

Text Example


Text Example

White with #CA77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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