Html Css Color HEX #CD92BD Lily

📋 copy color: '#CD92BD'

red 205 ◦ green 146 ◦ blue 189

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

Shades of Lily #CD92BD

Tints of Lily #CD92BD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.04%

 BLUE value IS 189 (74.22% from 255) = 35%

R = 37.96%
G = 27.04%
B = 35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CD92BD (or 0xCD92BD) is known color: Lily. HEX triplet: CD, 92 and BD. RGB value is (205,146,189). Sum of RGB (Red+Green+Blue) = 205+146+189=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92BD is #326D42. Grayscale: #A8A8A8. Windows color (decimal): -3304771 or 12423885. OLE color: 12423885.

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

Color convert

RGB 205 146 189 -
CMYK 0 0.29 0.08 0.20
HSL 316.27º 0.37% 0.69% -
HSV(B) 316.27º 0.29% 0.8% -
XYZ 44.64 37.21 52.97 -
YUV 168.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 205 146 189 0 0.29 0.08 0.20 316.27 0.37 0.69
Hex CD 92 BD 0 1D 8 14 13C 25 45
Octal 315 222 275 0 35 10 24 474 45 105
Binary 11001101 10010010 10111101 0 11101 1000 10100 100111100 100101 1000101

Color Harmonies of #CD92BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD92BD

Black with #CD92BD

Text Example


Text Example

White with #CD92BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD92BD; }

 p { color: rgb(205,146,189); }

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

background-color css

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

 a { background-color: rgb(205,146,189); }

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

border-color css

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

 span { border-color: rgb(205,146,189); }

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