Html Css Color HEX #CD95C0 Lily

📋 copy color: '#CD95C0'

red 205 ◦ green 149 ◦ blue 192

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

Shades of Lily #CD95C0

Tints of Lily #CD95C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.29%

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 37.55%
G = 27.29%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD95C0 (or 0xCD95C0) is known color: Lily. HEX triplet: CD, 95 and C0. RGB value is (205,149,192). Sum of RGB (Red+Green+Blue) = 205+149+192=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95C0 is #326A3F. Grayscale: #AAAAAA. Windows color (decimal): -3304000 or 12621261. OLE color: 12621261.

HSL color Cylindrical-coordinate representation of color #CD95C0: hue angle of 313.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD95C0 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 149 192 -
CMYK 0 0.27 0.06 0.20
HSL 313.93º 0.36% 0.69% -
HSV(B) 313.93º 0.27% 0.8% -
XYZ 45.44 38.28 54.86 -
YUV 170.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 205 149 192 0 0.27 0.06 0.20 313.93 0.36 0.69
Hex CD 95 C0 0 1B 6 14 13A 24 45
Octal 315 225 300 0 33 6 24 472 44 105
Binary 11001101 10010101 11000000 0 11011 110 10100 100111010 100100 1000101

Color Harmonies of #CD95C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD95C0

Black with #CD95C0

Text Example


Text Example

White with #CD95C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD95C0; }

 p { color: rgb(205,149,192); }

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

background-color css

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

 a { background-color: rgb(205,149,192); }

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

border-color css

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

 span { border-color: rgb(205,149,192); }

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