Html Css Color HEX #CB76EA Heliotrope

📋 copy color: '#CB76EA'

red 203 ◦ green 118 ◦ blue 234

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

Shades of Heliotrope #CB76EA

Tints of Heliotrope #CB76EA

RGB

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

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

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

R = 36.58%
G = 21.26%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB76EA (or 0xCB76EA) is known color: Heliotrope. HEX triplet: CB, 76 and EA. RGB value is (203,118,234). Sum of RGB (Red+Green+Blue) = 203+118+234=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76EA is #348915. Grayscale: #9C9C9C. Windows color (decimal): -3442966 or 15365835. OLE color: 15365835.

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

Color convert

RGB 203 118 234 -
CMYK 0.13 0.50 0 0.08
HSL 283.97º 0.73% 0.69% -
HSV(B) 283.97º 0.5% 0.92% -
XYZ 45.96 31.59 81.52 -
YUV 156.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 203 118 234 0.13 0.50 0 0.08 283.97 0.73 0.69
Hex CB 76 EA D 32 0 8 11C 49 45
Octal 313 166 352 15 62 0 10 434 111 105
Binary 11001011 1110110 11101010 1101 110010 0 1000 100011100 1001001 1000101

Color Harmonies of #CB76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76EA

Black with #CB76EA

Text Example


Text Example

White with #CB76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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