Html Css Color HEX #CB76FF Heliotrope

📋 copy color: '#CB76FF'

red 203 ◦ green 118 ◦ blue 255

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

Shades of Heliotrope #CB76FF

Tints of Heliotrope #CB76FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 35.24%
G = 20.49%
B = 44.27%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB76FF (or 0xCB76FF) is known color: Heliotrope. HEX triplet: CB, 76 and FF. RGB value is (203,118,255). Sum of RGB (Red+Green+Blue) = 203+118+255=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76FF is #348900. Grayscale: #9E9E9E. Windows color (decimal): -3442945 or 16742091. OLE color: 16742091.

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

Color convert

RGB 203 118 255 -
CMYK 0.20 0.54 0 0
HSL 277.23º 1% 0.73% -
HSV(B) 277.23º 0.54% 1% -
XYZ 49.16 32.87 98.36 -
YUV 159.03 182.16 159.36 -
System Red Green Blue C M Y K H S L
Decimal 203 118 255 0.20 0.54 0 0 277.23 1 0.73
Hex CB 76 FF 14 36 0 0 115 64 49
Octal 313 166 377 24 66 0 0 425 144 111
Binary 11001011 1110110 11111111 10100 110110 0 0 100010101 1100100 1001001

Color Harmonies of #CB76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76FF

Black with #CB76FF

Text Example


Text Example

White with #CB76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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