#CD92DD

Color #CD92DD Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CD92DD

Tints of Wisteria #CD92DD

Color information

#CD92DD (or 0xCD92DD) is unknown color: approx Wisteria. HEX triplet: CD, 92 and DD. RGB value is (205,146,221). Sum of RGB (Red+Green+Blue) = 205+146+221=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92DD is #326D22. Grayscale: #ABABAB. Windows color (decimal): -3304739 or 14521037. OLE color: 14521037.

HSL color Cylindrical-coordinate representation of color #CD92DD: hue angle of 287.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD92DD is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205146221-
CMYK0.070.3400.13
HSL287.2º52.45%71.96%-
HSV(B)287.2º33.94%86.67%-
XYZ48.5138.7673.33-
YUV172.19155.55151.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=35.84%
G=25.52%
B=38.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051462210.070.3400.13287.252.4571.96
HexCD92DD7220D11f3448
Octal31522233574201543764110
Binary110011011001001011011101111100010011011000111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92DD; }

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

 H1.HeaderClassName
 {
   color: #CD92DD;
 }
 .AnyTagClassName
 {
   color: #CD92DD;
 }
</style>
background-color css

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

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

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

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

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

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