Html Css Color HEX #CB90BE Lily

📋 copy color: '#CB90BE'

red 203 ◦ green 144 ◦ blue 190

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

Shades of Lily #CB90BE

Tints of Lily #CB90BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.82%

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

R = 37.8%
G = 26.82%
B = 35.38%

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

#CB90BE (or 0xCB90BE) is known color: Lily. HEX triplet: CB, 90 and BE. RGB value is (203,144,190). Sum of RGB (Red+Green+Blue) = 203+144+190=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90BE is #346F41. Grayscale: #A6A6A6. Windows color (decimal): -3436354 or 12488907. OLE color: 12488907.

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

Color convert

RGB 203 144 190 -
CMYK 0 0.29 0.06 0.20
HSL 313.22º 0.36% 0.68% -
HSV(B) 313.22º 0.29% 0.8% -
XYZ 43.9 36.36 53.42 -
YUV 166.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 203 144 190 0 0.29 0.06 0.20 313.22 0.36 0.68
Hex CB 90 BE 0 1D 6 14 139 24 44
Octal 313 220 276 0 35 6 24 471 44 104
Binary 11001011 10010000 10111110 0 11101 110 10100 100111001 100100 1000100

Color Harmonies of #CB90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90BE

Black with #CB90BE

Text Example


Text Example

White with #CB90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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