Html Css Color HEX #CD85C0 Lilac

📋 copy color: '#CD85C0'

red 205 ◦ green 133 ◦ blue 192

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

Shades of Lilac #CD85C0

Tints of Lilac #CD85C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 38.68%
G = 25.09%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD85C0 (or 0xCD85C0) is known color: Lilac. HEX triplet: CD, 85 and C0. RGB value is (205,133,192). Sum of RGB (Red+Green+Blue) = 205+133+192=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85C0 is #327A3F. Grayscale: #A1A1A1. Windows color (decimal): -3308096 or 12617165. OLE color: 12617165.

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

Color convert

RGB 205 133 192 -
CMYK 0 0.35 0.06 0.20
HSL 310.83º 0.42% 0.66% -
HSV(B) 310.83º 0.35% 0.8% -
XYZ 43.08 33.56 54.08 -
YUV 161.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 205 133 192 0 0.35 0.06 0.20 310.83 0.42 0.66
Hex CD 85 C0 0 23 6 14 137 2A 42
Octal 315 205 300 0 43 6 24 467 52 102
Binary 11001101 10000101 11000000 0 100011 110 10100 100110111 101010 1000010

Color Harmonies of #CD85C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85C0

Black with #CD85C0

Text Example


Text Example

White with #CD85C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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