Html Css Color HEX #CB79EA Heliotrope

📋 copy color: '#CB79EA'

red 203 ◦ green 121 ◦ blue 234

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

Shades of Heliotrope #CB79EA

Tints of Heliotrope #CB79EA

RGB

 RED value IS 203 (79.69% from 255) = 36.38%

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

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 36.38%
G = 21.68%
B = 41.94%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB79EA (or 0xCB79EA) is known color: Heliotrope. HEX triplet: CB, 79 and EA. RGB value is (203,121,234). Sum of RGB (Red+Green+Blue) = 203+121+234=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB79EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB79EA is #348615. Grayscale: #9E9E9E. Windows color (decimal): -3442198 or 15366603. OLE color: 15366603.

HSL color Cylindrical-coordinate representation of color #CB79EA: hue angle of 283.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB79EA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 121 234 -
CMYK 0.13 0.48 0 0.08
HSL 283.54º 0.73% 0.7% -
HSV(B) 283.54º 0.48% 0.92% -
XYZ 46.32 32.31 81.64 -
YUV 158.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 203 121 234 0.13 0.48 0 0.08 283.54 0.73 0.7
Hex CB 79 EA D 30 0 8 11C 49 46
Octal 313 171 352 15 60 0 10 434 111 106
Binary 11001011 1111001 11101010 1101 110000 0 1000 100011100 1001001 1000110

Color Harmonies of #CB79EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB79EA

Black with #CB79EA

Text Example


Text Example

White with #CB79EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB79EA; }

 p { color: rgb(203,121,234); }

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

background-color css

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

 a { background-color: rgb(203,121,234); }

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

border-color css

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

 span { border-color: rgb(203,121,234); }

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