Html Css Color HEX #CA79E6 Heliotrope

📋 copy color: '#CA79E6'

red 202 ◦ green 121 ◦ blue 230

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

Shades of Heliotrope #CA79E6

Tints of Heliotrope #CA79E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 36.53%
G = 21.88%
B = 41.59%

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

#CA79E6 (or 0xCA79E6) is known color: Heliotrope. HEX triplet: CA, 79 and E6. RGB value is (202,121,230). Sum of RGB (Red+Green+Blue) = 202+121+230=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA79E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA79E6 is #358619. Grayscale: #9D9D9D. Windows color (decimal): -3507738 or 15104458. OLE color: 15104458.

HSL color Cylindrical-coordinate representation of color #CA79E6: hue angle of 284.59º degrees, saturation: 0.69, 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 #CA79E6 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 121 230 -
CMYK 0.12 0.47 0 0.10
HSL 284.59º 0.69% 0.69% -
HSV(B) 284.59º 0.47% 0.9% -
XYZ 45.48 31.94 78.63 -
YUV 157.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 202 121 230 0.12 0.47 0 0.10 284.59 0.69 0.69
Hex CA 79 E6 C 2F 0 A 11D 45 45
Octal 312 171 346 14 57 0 12 435 105 105
Binary 11001010 1111001 11100110 1100 101111 0 1010 100011101 1000101 1000101

Color Harmonies of #CA79E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79E6

Black with #CA79E6

Text Example


Text Example

White with #CA79E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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