Html Css Color HEX #CA79E5 Heliotrope

📋 copy color: '#CA79E5'

red 202 ◦ green 121 ◦ blue 229

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

Shades of Heliotrope #CA79E5

Tints of Heliotrope #CA79E5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.92%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 36.59%
G = 21.92%
B = 41.49%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA79E5 (or 0xCA79E5) is known color: Heliotrope. HEX triplet: CA, 79 and E5. RGB value is (202,121,229). Sum of RGB (Red+Green+Blue) = 202+121+229=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79E5 is #35861A. Grayscale: #9D9D9D. Windows color (decimal): -3507739 or 15038922. OLE color: 15038922.

HSL color Cylindrical-coordinate representation of color #CA79E5: hue angle of 285º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA79E5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 121 229 -
CMYK 0.12 0.47 0 0.10
HSL 285º 0.68% 0.69% -
HSV(B) 285º 0.47% 0.9% -
XYZ 45.34 31.89 77.89 -
YUV 157.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 202 121 229 0.12 0.47 0 0.10 285 0.68 0.69
Hex CA 79 E5 C 2F 0 A 11D 44 45
Octal 312 171 345 14 57 0 12 435 104 105
Binary 11001010 1111001 11100101 1100 101111 0 1010 100011101 1000100 1000101

Color Harmonies of #CA79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79E5

Black with #CA79E5

Text Example


Text Example

White with #CA79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79E5; }

 p { color: rgb(202,121,229); }

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

background-color css

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

 a { background-color: rgb(202,121,229); }

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

border-color css

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

 span { border-color: rgb(202,121,229); }

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