Html Css Color HEX #CB77FB Heliotrope

📋 copy color: '#CB77FB'

red 203 ◦ green 119 ◦ blue 251

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

Shades of Heliotrope #CB77FB

Tints of Heliotrope #CB77FB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.77%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 35.43%
G = 20.77%
B = 43.8%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB77FB (or 0xCB77FB) is known color: Heliotrope. HEX triplet: CB, 77 and FB. RGB value is (203,119,251). Sum of RGB (Red+Green+Blue) = 203+119+251=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77FB is #348804. Grayscale: #9E9E9E. Windows color (decimal): -3442693 or 16480203. OLE color: 16480203.

HSL color Cylindrical-coordinate representation of color #CB77FB: hue angle of 278.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB77FB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 119 251 -
CMYK 0.19 0.53 0 0.02
HSL 278.18º 0.94% 0.73% -
HSV(B) 278.18º 0.53% 0.98% -
XYZ 48.64 32.86 95.04 -
YUV 159.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 203 119 251 0.19 0.53 0 0.02 278.18 0.94 0.73
Hex CB 77 FB 13 35 0 2 116 5E 49
Octal 313 167 373 23 65 0 2 426 136 111
Binary 11001011 1110111 11111011 10011 110101 0 10 100010110 1011110 1001001

Color Harmonies of #CB77FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77FB

Black with #CB77FB

Text Example


Text Example

White with #CB77FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77FB; }

 p { color: rgb(203,119,251); }

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

background-color css

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

 a { background-color: rgb(203,119,251); }

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

border-color css

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

 span { border-color: rgb(203,119,251); }

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