Html Css Color HEX #CD7DB8 Lily

📋 copy color: '#CD7DB8'

red 205 ◦ green 125 ◦ blue 184

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

Shades of Lily #CD7DB8

Tints of Lily #CD7DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 39.88%
G = 24.32%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD7DB8 (or 0xCD7DB8) is known color: Lily. HEX triplet: CD, 7D and B8. RGB value is (205,125,184). Sum of RGB (Red+Green+Blue) = 205+125+184=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DB8 is #328247. Grayscale: #9B9B9B. Windows color (decimal): -3310152 or 12090829. OLE color: 12090829.

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

Color convert

RGB 205 125 184 -
CMYK 0 0.39 0.10 0.20
HSL 315.75º 0.44% 0.65% -
HSV(B) 315.75º 0.39% 0.8% -
XYZ 41.16 31.11 49.18 -
YUV 155.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 205 125 184 0 0.39 0.10 0.20 315.75 0.44 0.65
Hex CD 7D B8 0 27 A 14 13C 2C 41
Octal 315 175 270 0 47 12 24 474 54 101
Binary 11001101 1111101 10111000 0 100111 1010 10100 100111100 101100 1000001

Color Harmonies of #CD7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7DB8

Black with #CD7DB8

Text Example


Text Example

White with #CD7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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