Html Css Color HEX #CB80B7 Lily

📋 copy color: '#CB80B7'

red 203 ◦ green 128 ◦ blue 183

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

Shades of Lily #CB80B7

Tints of Lily #CB80B7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.9%

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 39.49%
G = 24.9%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB80B7 (or 0xCB80B7) is known color: Lily. HEX triplet: CB, 80 and B7. RGB value is (203,128,183). Sum of RGB (Red+Green+Blue) = 203+128+183=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80B7 is #347F48. Grayscale: #9C9C9C. Windows color (decimal): -3440457 or 12026059. OLE color: 12026059.

HSL color Cylindrical-coordinate representation of color #CB80B7: hue angle of 316º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80B7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 183 -
CMYK 0 0.37 0.10 0.20
HSL 316º 0.42% 0.65% -
HSV(B) 316º 0.37% 0.8% -
XYZ 40.9 31.55 48.73 -
YUV 156.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 203 128 183 0 0.37 0.10 0.20 316 0.42 0.65
Hex CB 80 B7 0 25 A 14 13C 2A 41
Octal 313 200 267 0 45 12 24 474 52 101
Binary 11001011 10000000 10110111 0 100101 1010 10100 100111100 101010 1000001

Color Harmonies of #CB80B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80B7

Black with #CB80B7

Text Example


Text Example

White with #CB80B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80B7; }

 p { color: rgb(203,128,183); }

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

background-color css

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

 a { background-color: rgb(203,128,183); }

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

border-color css

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

 span { border-color: rgb(203,128,183); }

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