Html Css Color HEX #CA77FD Heliotrope

📋 copy color: '#CA77FD'

red 202 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #CA77FD

Tints of Heliotrope #CA77FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 35.19%
G = 20.73%
B = 44.08%

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

#CA77FD (or 0xCA77FD) is known color: Heliotrope. HEX triplet: CA, 77 and FD. RGB value is (202,119,253). Sum of RGB (Red+Green+Blue) = 202+119+253=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77FD is #358802. Grayscale: #9E9E9E. Windows color (decimal): -3508227 or 16611274. OLE color: 16611274.

HSL color Cylindrical-coordinate representation of color #CA77FD: hue angle of 277.16º degrees, saturation: 0.97, 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 #CA77FD is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 119 253 -
CMYK 0.20 0.53 0 0.01
HSL 277.16º 0.97% 0.73% -
HSV(B) 277.16º 0.53% 0.99% -
XYZ 48.68 32.84 96.7 -
YUV 159.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 202 119 253 0.20 0.53 0 0.01 277.16 0.97 0.73
Hex CA 77 FD 14 35 0 1 115 61 49
Octal 312 167 375 24 65 0 1 425 141 111
Binary 11001010 1110111 11111101 10100 110101 0 1 100010101 1100001 1001001

Color Harmonies of #CA77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77FD

Black with #CA77FD

Text Example


Text Example

White with #CA77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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