Html Css Color HEX #CA79EE Heliotrope

📋 copy color: '#CA79EE'

red 202 ◦ green 121 ◦ blue 238

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

Shades of Heliotrope #CA79EE

Tints of Heliotrope #CA79EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 36.01%
G = 21.57%
B = 42.42%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA79EE (or 0xCA79EE) is known color: Heliotrope. HEX triplet: CA, 79 and EE. RGB value is (202,121,238). Sum of RGB (Red+Green+Blue) = 202+121+238=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA79EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA79EE is #358611. Grayscale: #9E9E9E. Windows color (decimal): -3507730 or 15628746. OLE color: 15628746.

HSL color Cylindrical-coordinate representation of color #CA79EE: hue angle of 281.54º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA79EE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 121 238 -
CMYK 0.15 0.49 0 0.07
HSL 281.54º 0.77% 0.7% -
HSV(B) 281.54º 0.49% 0.93% -
XYZ 46.63 32.4 84.69 -
YUV 158.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 202 121 238 0.15 0.49 0 0.07 281.54 0.77 0.7
Hex CA 79 EE F 31 0 7 11A 4D 46
Octal 312 171 356 17 61 0 7 432 115 106
Binary 11001010 1111001 11101110 1111 110001 0 111 100011010 1001101 1000110

Color Harmonies of #CA79EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79EE

Black with #CA79EE

Text Example


Text Example

White with #CA79EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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