Html Css Color HEX #CD82B2 Lily

📋 copy color: '#CD82B2'

red 205 ◦ green 130 ◦ blue 178

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

Shades of Lily #CD82B2

Tints of Lily #CD82B2

RGB

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

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

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

R = 39.96%
G = 25.34%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD82B2 (or 0xCD82B2) is known color: Lily. HEX triplet: CD, 82 and B2. RGB value is (205,130,178). Sum of RGB (Red+Green+Blue) = 205+130+178=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD82B2 is #327D4D. Grayscale: #9D9D9D. Windows color (decimal): -3308878 or 11698893. OLE color: 11698893.

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

Color convert

RGB 205 130 178 -
CMYK 0 0.37 0.13 0.20
HSL 321.6º 0.43% 0.66% -
HSV(B) 321.6º 0.37% 0.8% -
XYZ 41.2 32.16 46.16 -
YUV 157.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 205 130 178 0 0.37 0.13 0.20 321.6 0.43 0.66
Hex CD 82 B2 0 25 D 14 142 2B 42
Octal 315 202 262 0 45 15 24 502 53 102
Binary 11001101 10000010 10110010 0 100101 1101 10100 101000010 101011 1000010

Color Harmonies of #CD82B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD82B2

Black with #CD82B2

Text Example


Text Example

White with #CD82B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD82B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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