Html Css Color HEX #CA77F9 Heliotrope

📋 copy color: '#CA77F9'

red 202 ◦ green 119 ◦ blue 249

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

Shades of Heliotrope #CA77F9

Tints of Heliotrope #CA77F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 35.44%
G = 20.88%
B = 43.68%

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

#CA77F9 (or 0xCA77F9) is known color: Heliotrope. HEX triplet: CA, 77 and F9. RGB value is (202,119,249). Sum of RGB (Red+Green+Blue) = 202+119+249=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA77F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77F9 is #358806. Grayscale: #9E9E9E. Windows color (decimal): -3508231 or 16349130. OLE color: 16349130.

HSL color Cylindrical-coordinate representation of color #CA77F9: hue angle of 278.31º degrees, saturation: 0.92, 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 #CA77F9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 119 249 -
CMYK 0.19 0.52 0 0.02
HSL 278.31º 0.92% 0.72% -
HSV(B) 278.31º 0.52% 0.98% -
XYZ 48.05 32.59 93.38 -
YUV 158.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 202 119 249 0.19 0.52 0 0.02 278.31 0.92 0.72
Hex CA 77 F9 13 34 0 2 116 5C 48
Octal 312 167 371 23 64 0 2 426 134 110
Binary 11001010 1110111 11111001 10011 110100 0 10 100010110 1011100 1001000

Color Harmonies of #CA77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77F9

Black with #CA77F9

Text Example


Text Example

White with #CA77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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