Html Css Color HEX #CD7DB3 Lily

📋 copy color: '#CD7DB3'

red 205 ◦ green 125 ◦ blue 179

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

Shades of Lily #CD7DB3

Tints of Lily #CD7DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.17%

R = 40.28%
G = 24.56%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD7DB3 (or 0xCD7DB3) is known color: Lily. HEX triplet: CD, 7D and B3. RGB value is (205,125,179). Sum of RGB (Red+Green+Blue) = 205+125+179=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DB3 is #32824C. Grayscale: #9A9A9A. Windows color (decimal): -3310157 or 11763149. OLE color: 11763149.

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

Color convert

RGB 205 125 179 -
CMYK 0 0.39 0.13 0.20
HSL 319.5º 0.44% 0.65% -
HSV(B) 319.5º 0.39% 0.8% -
XYZ 40.65 30.9 46.47 -
YUV 155.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 205 125 179 0 0.39 0.13 0.20 319.5 0.44 0.65
Hex CD 7D B3 0 27 D 14 140 2C 41
Octal 315 175 263 0 47 15 24 500 54 101
Binary 11001101 1111101 10110011 0 100111 1101 10100 101000000 101100 1000001

Color Harmonies of #CD7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7DB3

Black with #CD7DB3

Text Example


Text Example

White with #CD7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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