Html Css Color HEX #CB76EC Heliotrope

📋 copy color: '#CB76EC'

red 203 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #CB76EC

Tints of Heliotrope #CB76EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 36.45%
G = 21.18%
B = 42.37%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB76EC (or 0xCB76EC) is known color: Heliotrope. HEX triplet: CB, 76 and EC. RGB value is (203,118,236). Sum of RGB (Red+Green+Blue) = 203+118+236=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76EC is #348913. Grayscale: #9C9C9C. Windows color (decimal): -3442964 or 15496907. OLE color: 15496907.

HSL color Cylindrical-coordinate representation of color #CB76EC: hue angle of 283.22º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB76EC is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 118 236 -
CMYK 0.14 0.5 0 0.07
HSL 283.22º 0.76% 0.69% -
HSV(B) 283.22º 0.5% 0.93% -
XYZ 46.25 31.71 83.04 -
YUV 156.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 203 118 236 0.14 0.5 0 0.07 283.22 0.76 0.69
Hex CB 76 EC E 32 0 7 11B 4C 45
Octal 313 166 354 16 62 0 7 433 114 105
Binary 11001011 1110110 11101100 1110 110010 0 111 100011011 1001100 1000101

Color Harmonies of #CB76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76EC

Black with #CB76EC

Text Example


Text Example

White with #CB76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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