Html Css Color HEX #CB85BA Lily

📋 copy color: '#CB85BA'

red 203 ◦ green 133 ◦ blue 186

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

Shades of Lily #CB85BA

Tints of Lily #CB85BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 38.89%
G = 25.48%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB85BA (or 0xCB85BA) is known color: Lily. HEX triplet: CB, 85 and BA. RGB value is (203,133,186). Sum of RGB (Red+Green+Blue) = 203+133+186=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85BA is #347A45. Grayscale: #9F9F9F. Windows color (decimal): -3439174 or 12223947. OLE color: 12223947.

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

Color convert

RGB 203 133 186 -
CMYK 0 0.34 0.08 0.20
HSL 314.57º 0.4% 0.66% -
HSV(B) 314.57º 0.34% 0.8% -
XYZ 41.88 33.02 50.62 -
YUV 159.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 203 133 186 0 0.34 0.08 0.20 314.57 0.4 0.66
Hex CB 85 BA 0 22 8 14 13B 28 42
Octal 313 205 272 0 42 10 24 473 50 102
Binary 11001011 10000101 10111010 0 100010 1000 10100 100111011 101000 1000010

Color Harmonies of #CB85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85BA

Black with #CB85BA

Text Example


Text Example

White with #CB85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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