Html Css Color HEX #CB86BD Lily

📋 copy color: '#CB86BD'

red 203 ◦ green 134 ◦ blue 189

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

Shades of Lily #CB86BD

Tints of Lily #CB86BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.48%

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

R = 38.59%
G = 25.48%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB86BD (or 0xCB86BD) is known color: Lily. HEX triplet: CB, 86 and BD. RGB value is (203,134,189). Sum of RGB (Red+Green+Blue) = 203+134+189=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86BD is #347942. Grayscale: #A0A0A0. Windows color (decimal): -3438915 or 12420811. OLE color: 12420811.

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

Color convert

RGB 203 134 189 -
CMYK 0 0.34 0.07 0.20
HSL 312.17º 0.4% 0.66% -
HSV(B) 312.17º 0.34% 0.8% -
XYZ 42.34 33.42 52.36 -
YUV 160.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 203 134 189 0 0.34 0.07 0.20 312.17 0.4 0.66
Hex CB 86 BD 0 22 7 14 138 28 42
Octal 313 206 275 0 42 7 24 470 50 102
Binary 11001011 10000110 10111101 0 100010 111 10100 100111000 101000 1000010

Color Harmonies of #CB86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB86BD

Black with #CB86BD

Text Example


Text Example

White with #CB86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB86BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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