Html Css Color HEX #CD82B1 Lily

📋 copy color: '#CD82B1'

red 205 ◦ green 130 ◦ blue 177

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

Shades of Lily #CD82B1

Tints of Lily #CD82B1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.39%

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 40.04%
G = 25.39%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD82B1 (or 0xCD82B1) is known color: Lily. HEX triplet: CD, 82 and B1. RGB value is (205,130,177). Sum of RGB (Red+Green+Blue) = 205+130+177=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD82B1 is #327D4E. Grayscale: #9D9D9D. Windows color (decimal): -3308879 or 11633357. OLE color: 11633357.

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

Color convert

RGB 205 130 177 -
CMYK 0 0.37 0.14 0.20
HSL 322.4º 0.43% 0.66% -
HSV(B) 322.4º 0.37% 0.8% -
XYZ 41.1 32.12 45.63 -
YUV 157.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 205 130 177 0 0.37 0.14 0.20 322.4 0.43 0.66
Hex CD 82 B1 0 25 E 14 142 2B 42
Octal 315 202 261 0 45 16 24 502 53 102
Binary 11001101 10000010 10110001 0 100101 1110 10100 101000010 101011 1000010

Color Harmonies of #CD82B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD82B1

Black with #CD82B1

Text Example


Text Example

White with #CD82B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD82B1; }

 p { color: rgb(205,130,177); }

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

background-color css

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

 a { background-color: rgb(205,130,177); }

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

border-color css

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

 span { border-color: rgb(205,130,177); }

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