#CF93E7

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

Shades of Wisteria #CF93E7

Tints of Wisteria #CF93E7

Color information

#CF93E7 (or 0xCF93E7) is unknown color: approx Wisteria. HEX triplet: CF, 93 and E7. RGB value is (207,147,231). Sum of RGB (Red+Green+Blue) = 207+147+231=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF93E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93E7 is #306C18. Grayscale: #AEAEAE. Windows color (decimal): -3173401 or 15176655. OLE color: 15176655.

HSL color Cylindrical-coordinate representation of color #CF93E7: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF93E7 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207147231-
CMYK0.100.3600.09
HSL282.86º63.64%74.12%-
HSV(B)282.86º36.36%90.59%-
XYZ50.5939.980.64-
YUV174.52159.88151.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=35.38%
G=25.13%
B=39.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071472310.100.3600.09282.8663.6474.12
HexCF93E7A240911b404a
Octal3172233471244011433100112
Binary11001111100100111110011110101001000100110001101110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93E7; }

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

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

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

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

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

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

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

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