Html Css Color HEX #CD7DB1 Lily

📋 copy color: '#CD7DB1'

red 205 ◦ green 125 ◦ blue 177

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

Shades of Lily #CD7DB1

Tints of Lily #CD7DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.65%

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

R = 40.43%
G = 24.65%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD7DB1 (or 0xCD7DB1) is known color: Lily. HEX triplet: CD, 7D and B1. RGB value is (205,125,177). Sum of RGB (Red+Green+Blue) = 205+125+177=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7DB1 is #32824E. Grayscale: #9A9A9A. Windows color (decimal): -3310159 or 11632077. OLE color: 11632077.

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

Color convert

RGB 205 125 177 -
CMYK 0 0.39 0.14 0.20
HSL 321º 0.44% 0.65% -
HSV(B) 321º 0.39% 0.8% -
XYZ 40.45 30.82 45.41 -
YUV 154.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 205 125 177 0 0.39 0.14 0.20 321 0.44 0.65
Hex CD 7D B1 0 27 E 14 141 2C 41
Octal 315 175 261 0 47 16 24 501 54 101
Binary 11001101 1111101 10110001 0 100111 1110 10100 101000001 101100 1000001

Color Harmonies of #CD7DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7DB1

Black with #CD7DB1

Text Example


Text Example

White with #CD7DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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