Html Css Color HEX #CB91BE Lily

📋 copy color: '#CB91BE'

red 203 ◦ green 145 ◦ blue 190

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

Shades of Lily #CB91BE

Tints of Lily #CB91BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 37.73%
G = 26.95%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB91BE (or 0xCB91BE) is known color: Lily. HEX triplet: CB, 91 and BE. RGB value is (203,145,190). Sum of RGB (Red+Green+Blue) = 203+145+190=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91BE is #346E41. Grayscale: #A7A7A7. Windows color (decimal): -3436098 or 12489163. OLE color: 12489163.

HSL color Cylindrical-coordinate representation of color #CB91BE: hue angle of 313.45º 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 #CB91BE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 190 -
CMYK 0 0.29 0.06 0.20
HSL 313.45º 0.36% 0.68% -
HSV(B) 313.45º 0.29% 0.8% -
XYZ 44.05 36.67 53.47 -
YUV 167.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 203 145 190 0 0.29 0.06 0.20 313.45 0.36 0.68
Hex CB 91 BE 0 1D 6 14 139 24 44
Octal 313 221 276 0 35 6 24 471 44 104
Binary 11001011 10010001 10111110 0 11101 110 10100 100111001 100100 1000100

Color Harmonies of #CB91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB91BE

Black with #CB91BE

Text Example


Text Example

White with #CB91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB91BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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