#CF93DD

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

Shades of Wisteria #CF93DD

Tints of Wisteria #CF93DD

Color information

#CF93DD (or 0xCF93DD) is unknown color: approx Wisteria. HEX triplet: CF, 93 and DD. RGB value is (207,147,221). Sum of RGB (Red+Green+Blue) = 207+147+221=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DD is #306C22. Grayscale: #ADADAD. Windows color (decimal): -3173411 or 14521295. OLE color: 14521295.

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

Color convert

RGB207147221-
CMYK0.060.3300.13
HSL288.65º52.11%72.16%-
HSV(B)288.65º33.48%86.67%-
XYZ49.2239.3573.41-
YUV173.38154.88151.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=36%
G=25.57%
B=38.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071472210.060.3300.13288.6552.1172.16
HexCF93DD6210D1213448
Octal31722333564101544164110
Binary110011111001001111011101110100001011011001000011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93DD; }

 p { color: rgb(207,147,221); }

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

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

 a { background-color: rgb(207,147,221); }

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

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

 span { border-color: rgb(207,147,221); }

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