#CF93E1

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

Shades of Wisteria #CF93E1

Tints of Wisteria #CF93E1

Color information

#CF93E1 (or 0xCF93E1) is unknown color: approx Wisteria. HEX triplet: CF, 93 and E1. RGB value is (207,147,225). Sum of RGB (Red+Green+Blue) = 207+147+225=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93E1 is #306C1E. Grayscale: #ADADAD. Windows color (decimal): -3173407 or 14783439. OLE color: 14783439.

HSL color Cylindrical-coordinate representation of color #CF93E1: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF93E1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207147225-
CMYK0.080.3500.12
HSL286.15º56.52%72.94%-
HSV(B)286.15º34.67%88.24%-
XYZ49.7639.5776.25-
YUV173.83156.88151.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=35.75%
G=25.39%
B=38.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071472250.080.3500.12286.1556.5272.94
HexCF93E18230C11e3949
Octal317223341104301443671111
Binary1100111110010011111000011000100011011001000111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93E1; }

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

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

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

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

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

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

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

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