Html Css Color HEX #CA77FA Heliotrope

📋 copy color: '#CA77FA'

red 202 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #CA77FA

Tints of Heliotrope #CA77FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 35.38%
G = 20.84%
B = 43.78%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA77FA (or 0xCA77FA) is known color: Heliotrope. HEX triplet: CA, 77 and FA. RGB value is (202,119,250). Sum of RGB (Red+Green+Blue) = 202+119+250=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77FA is #358805. Grayscale: #9E9E9E. Windows color (decimal): -3508230 or 16414666. OLE color: 16414666.

HSL color Cylindrical-coordinate representation of color #CA77FA: hue angle of 278.02º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA77FA is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 119 250 -
CMYK 0.19 0.52 0 0.02
HSL 278.02º 0.93% 0.72% -
HSV(B) 278.02º 0.52% 0.98% -
XYZ 48.21 32.65 94.2 -
YUV 158.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 202 119 250 0.19 0.52 0 0.02 278.02 0.93 0.72
Hex CA 77 FA 13 34 0 2 116 5D 48
Octal 312 167 372 23 64 0 2 426 135 110
Binary 11001010 1110111 11111010 10011 110100 0 10 100010110 1011101 1001000

Color Harmonies of #CA77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77FA

Black with #CA77FA

Text Example


Text Example

White with #CA77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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