Html Css Color HEX #CB76FE Heliotrope

📋 copy color: '#CB76FE'

red 203 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #CB76FE

Tints of Heliotrope #CB76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 35.3%
G = 20.52%
B = 44.17%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB76FE (or 0xCB76FE) is known color: Heliotrope. HEX triplet: CB, 76 and FE. RGB value is (203,118,254). Sum of RGB (Red+Green+Blue) = 203+118+254=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76FE is #348901. Grayscale: #9E9E9E. Windows color (decimal): -3442946 or 16676555. OLE color: 16676555.

HSL color Cylindrical-coordinate representation of color #CB76FE: hue angle of 277.5º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB76FE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 118 254 -
CMYK 0.20 0.54 0 0.00
HSL 277.5º 0.99% 0.73% -
HSV(B) 277.5º 0.54% 1% -
XYZ 49 32.81 97.52 -
YUV 158.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 203 118 254 0.20 0.54 0 0.00 277.5 0.99 0.73
Hex CB 76 FE 14 36 0 0 116 63 49
Octal 313 166 376 24 66 0 0 426 143 111
Binary 11001011 1110110 11111110 10100 110110 0 0 100010110 1100011 1001001

Color Harmonies of #CB76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76FE

Black with #CB76FE

Text Example


Text Example

White with #CB76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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