Html Css Color HEX #CB76E9 Heliotrope

📋 copy color: '#CB76E9'

red 203 ◦ green 118 ◦ blue 233

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

Shades of Heliotrope #CB76E9

Tints of Heliotrope #CB76E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.06%

R = 36.64%
G = 21.3%
B = 42.06%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB76E9 (or 0xCB76E9) is known color: Heliotrope. HEX triplet: CB, 76 and E9. RGB value is (203,118,233). Sum of RGB (Red+Green+Blue) = 203+118+233=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB76E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76E9 is #348916. Grayscale: #9C9C9C. Windows color (decimal): -3442967 or 15300299. OLE color: 15300299.

HSL color Cylindrical-coordinate representation of color #CB76E9: hue angle of 284.35º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB76E9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 118 233 -
CMYK 0.13 0.49 0 0.09
HSL 284.35º 0.72% 0.69% -
HSV(B) 284.35º 0.49% 0.91% -
XYZ 45.82 31.54 80.76 -
YUV 156.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 203 118 233 0.13 0.49 0 0.09 284.35 0.72 0.69
Hex CB 76 E9 D 31 0 9 11C 48 45
Octal 313 166 351 15 61 0 11 434 110 105
Binary 11001011 1110110 11101001 1101 110001 0 1001 100011100 1001000 1000101

Color Harmonies of #CB76E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76E9

Black with #CB76E9

Text Example


Text Example

White with #CB76E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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