Html Css Color HEX #CB76EE Heliotrope

📋 copy color: '#CB76EE'

red 203 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #CB76EE

Tints of Heliotrope #CB76EE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.11%

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

R = 36.31%
G = 21.11%
B = 42.58%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB76EE (or 0xCB76EE) is known color: Heliotrope. HEX triplet: CB, 76 and EE. RGB value is (203,118,238). Sum of RGB (Red+Green+Blue) = 203+118+238=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76EE is #348911. Grayscale: #9C9C9C. Windows color (decimal): -3442962 or 15627979. OLE color: 15627979.

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

Color convert

RGB 203 118 238 -
CMYK 0.15 0.50 0 0.07
HSL 282.5º 0.78% 0.7% -
HSV(B) 282.5º 0.5% 0.93% -
XYZ 46.54 31.83 84.58 -
YUV 157.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 203 118 238 0.15 0.50 0 0.07 282.5 0.78 0.7
Hex CB 76 EE F 32 0 7 11A 4E 46
Octal 313 166 356 17 62 0 7 432 116 106
Binary 11001011 1110110 11101110 1111 110010 0 111 100011010 1001110 1000110

Color Harmonies of #CB76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76EE

Black with #CB76EE

Text Example


Text Example

White with #CB76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76EE; }

 p { color: rgb(203,118,238); }

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

background-color css

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

 a { background-color: rgb(203,118,238); }

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

border-color css

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

 span { border-color: rgb(203,118,238); }

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