Html Css Color HEX #CD85B2 Lily

📋 copy color: '#CD85B2'

red 205 ◦ green 133 ◦ blue 178

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

Shades of Lily #CD85B2

Tints of Lily #CD85B2

RGB

 RED value IS 205 (80.47% from 255) = 39.73%

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

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 39.73%
G = 25.78%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD85B2 (or 0xCD85B2) is known color: Lily. HEX triplet: CD, 85 and B2. RGB value is (205,133,178). Sum of RGB (Red+Green+Blue) = 205+133+178=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD85B2 is #327A4D. Grayscale: #9F9F9F. Windows color (decimal): -3308110 or 11699661. OLE color: 11699661.

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

Color convert

RGB 205 133 178 -
CMYK 0 0.35 0.13 0.20
HSL 322.5º 0.42% 0.66% -
HSV(B) 322.5º 0.35% 0.8% -
XYZ 41.6 32.97 46.29 -
YUV 159.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 205 133 178 0 0.35 0.13 0.20 322.5 0.42 0.66
Hex CD 85 B2 0 23 D 14 142 2A 42
Octal 315 205 262 0 43 15 24 502 52 102
Binary 11001101 10000101 10110010 0 100011 1101 10100 101000010 101010 1000010

Color Harmonies of #CD85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85B2

Black with #CD85B2

Text Example


Text Example

White with #CD85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85B2; }

 p { color: rgb(205,133,178); }

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

background-color css

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

 a { background-color: rgb(205,133,178); }

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

border-color css

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

 span { border-color: rgb(205,133,178); }

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