Html Css Color HEX #CB92BD Lily

📋 copy color: '#CB92BD'

red 203 ◦ green 146 ◦ blue 189

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

Shades of Lily #CB92BD

Tints of Lily #CB92BD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.14%

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

R = 37.73%
G = 27.14%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB92BD (or 0xCB92BD) is known color: Lily. HEX triplet: CB, 92 and BD. RGB value is (203,146,189). Sum of RGB (Red+Green+Blue) = 203+146+189=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92BD is #346D42. Grayscale: #A7A7A7. Windows color (decimal): -3435843 or 12423883. OLE color: 12423883.

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

Color convert

RGB 203 146 189 -
CMYK 0 0.28 0.07 0.20
HSL 314.74º 0.35% 0.68% -
HSV(B) 314.74º 0.28% 0.8% -
XYZ 44.09 36.93 52.95 -
YUV 167.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 203 146 189 0 0.28 0.07 0.20 314.74 0.35 0.68
Hex CB 92 BD 0 1C 7 14 13B 23 44
Octal 313 222 275 0 34 7 24 473 43 104
Binary 11001011 10010010 10111101 0 11100 111 10100 100111011 100011 1000100

Color Harmonies of #CB92BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB92BD

Black with #CB92BD

Text Example


Text Example

White with #CB92BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB92BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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