Html Css Color HEX #CB93BE Lily

📋 copy color: '#CB93BE'

red 203 ◦ green 147 ◦ blue 190

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

Shades of Lily #CB93BE

Tints of Lily #CB93BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.22%

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

R = 37.59%
G = 27.22%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB93BE (or 0xCB93BE) is known color: Lily. HEX triplet: CB, 93 and BE. RGB value is (203,147,190). Sum of RGB (Red+Green+Blue) = 203+147+190=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93BE is #346C41. Grayscale: #A8A8A8. Windows color (decimal): -3435586 or 12489675. OLE color: 12489675.

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

Color convert

RGB 203 147 190 -
CMYK 0 0.28 0.06 0.20
HSL 313.93º 0.35% 0.69% -
HSV(B) 313.93º 0.28% 0.8% -
XYZ 44.36 37.28 53.57 -
YUV 168.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 203 147 190 0 0.28 0.06 0.20 313.93 0.35 0.69
Hex CB 93 BE 0 1C 6 14 13A 23 45
Octal 313 223 276 0 34 6 24 472 43 105
Binary 11001011 10010011 10111110 0 11100 110 10100 100111010 100011 1000101

Color Harmonies of #CB93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93BE

Black with #CB93BE

Text Example


Text Example

White with #CB93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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