#CF93DA

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

Shades of Wisteria #CF93DA

Tints of Wisteria #CF93DA

Color information

#CF93DA (or 0xCF93DA) is unknown color: approx Wisteria. HEX triplet: CF, 93 and DA. RGB value is (207,147,218). Sum of RGB (Red+Green+Blue) = 207+147+218=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93DA is #306C25. Grayscale: #ACACAC. Windows color (decimal): -3173414 or 14324687. OLE color: 14324687.

HSL color Cylindrical-coordinate representation of color #CF93DA: hue angle of 290.7º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF93DA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207147218-
CMYK0.050.3300.15
HSL290.7º48.97%71.57%-
HSV(B)290.7º32.57%85.49%-
XYZ48.8239.1971.32-
YUV173.03153.38152.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=36.19%
G=25.70%
B=38.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071472180.050.3300.15290.748.9771.57
HexCF93DA5210F1233148
Octal31722333254101744361110
Binary110011111001001111011010101100001011111001000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93DA; }

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

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

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

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

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

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

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

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