Html Css Color HEX #CB85B9 Lily

📋 copy color: '#CB85B9'

red 203 ◦ green 133 ◦ blue 185

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

Shades of Lily #CB85B9

Tints of Lily #CB85B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.53%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 38.96%
G = 25.53%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB85B9 (or 0xCB85B9) is known color: Lily. HEX triplet: CB, 85 and B9. RGB value is (203,133,185). Sum of RGB (Red+Green+Blue) = 203+133+185=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85B9 is #347A46. Grayscale: #9F9F9F. Windows color (decimal): -3439175 or 12158411. OLE color: 12158411.

HSL color Cylindrical-coordinate representation of color #CB85B9: hue angle of 315.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85B9 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 185 -
CMYK 0 0.34 0.09 0.20
HSL 315.43º 0.4% 0.66% -
HSV(B) 315.43º 0.34% 0.8% -
XYZ 41.77 32.97 50.06 -
YUV 159.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 203 133 185 0 0.34 0.09 0.20 315.43 0.4 0.66
Hex CB 85 B9 0 22 9 14 13B 28 42
Octal 313 205 271 0 42 11 24 473 50 102
Binary 11001011 10000101 10111001 0 100010 1001 10100 100111011 101000 1000010

Color Harmonies of #CB85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85B9

Black with #CB85B9

Text Example


Text Example

White with #CB85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85B9; }

 p { color: rgb(203,133,185); }

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

background-color css

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

 a { background-color: rgb(203,133,185); }

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

border-color css

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

 span { border-color: rgb(203,133,185); }

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