Html Css Color HEX #CB91BD Lily

📋 copy color: '#CB91BD'

red 203 ◦ green 145 ◦ blue 189

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

Shades of Lily #CB91BD

Tints of Lily #CB91BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27%

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 37.8%
G = 27%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB91BD (or 0xCB91BD) is known color: Lily. HEX triplet: CB, 91 and BD. RGB value is (203,145,189). Sum of RGB (Red+Green+Blue) = 203+145+189=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91BD is #346E42. Grayscale: #A7A7A7. Windows color (decimal): -3436099 or 12423627. OLE color: 12423627.

HSL color Cylindrical-coordinate representation of color #CB91BD: hue angle of 314.48º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91BD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 189 -
CMYK 0 0.29 0.07 0.20
HSL 314.48º 0.36% 0.68% -
HSV(B) 314.48º 0.29% 0.8% -
XYZ 43.94 36.62 52.9 -
YUV 167.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 203 145 189 0 0.29 0.07 0.20 314.48 0.36 0.68
Hex CB 91 BD 0 1D 7 14 13A 24 44
Octal 313 221 275 0 35 7 24 472 44 104
Binary 11001011 10010001 10111101 0 11101 111 10100 100111010 100100 1000100

Color Harmonies of #CB91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB91BD

Black with #CB91BD

Text Example


Text Example

White with #CB91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB91BD; }

 p { color: rgb(203,145,189); }

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

background-color css

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

 a { background-color: rgb(203,145,189); }

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

border-color css

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

 span { border-color: rgb(203,145,189); }

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