Html Css Color HEX #CA77EB Heliotrope

📋 copy color: '#CA77EB'

red 202 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #CA77EB

Tints of Heliotrope #CA77EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.27%

R = 36.33%
G = 21.4%
B = 42.27%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA77EB (or 0xCA77EB) is known color: Heliotrope. HEX triplet: CA, 77 and EB. RGB value is (202,119,235). Sum of RGB (Red+Green+Blue) = 202+119+235=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77EB is #358814. Grayscale: #9C9C9C. Windows color (decimal): -3508245 or 15431626. OLE color: 15431626.

HSL color Cylindrical-coordinate representation of color #CA77EB: hue angle of 282.93º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA77EB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 119 235 -
CMYK 0.14 0.49 0 0.08
HSL 282.93º 0.74% 0.69% -
HSV(B) 282.93º 0.49% 0.92% -
XYZ 45.95 31.75 82.3 -
YUV 157.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 202 119 235 0.14 0.49 0 0.08 282.93 0.74 0.69
Hex CA 77 EB E 31 0 8 11B 4A 45
Octal 312 167 353 16 61 0 10 433 112 105
Binary 11001010 1110111 11101011 1110 110001 0 1000 100011011 1001010 1000101

Color Harmonies of #CA77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77EB

Black with #CA77EB

Text Example


Text Example

White with #CA77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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