#CF93F0

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

Shades of Wisteria #CF93F0

Tints of Wisteria #CF93F0

Color information

#CF93F0 (or 0xCF93F0) is unknown color: approx Wisteria. HEX triplet: CF, 93 and F0. RGB value is (207,147,240). Sum of RGB (Red+Green+Blue) = 207+147+240=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93F0 is #306C0F. Grayscale: #AFAFAF. Windows color (decimal): -3173392 or 15766479. OLE color: 15766479.

HSL color Cylindrical-coordinate representation of color #CF93F0: hue angle of 278.71º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF93F0 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207147240-
CMYK0.140.3900.06
HSL278.71º75.61%75.88%-
HSV(B)278.71º38.75%94.12%-
XYZ51.8940.4287.51-
YUV175.54164.38150.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 147 (57.81% from 255) = 24.75%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=34.85%
G=24.75%
B=40.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071472400.140.3900.06278.7175.6175.88
HexCF93F0E27061174c4c
Octal317223360164706427114114
Binary1100111110010011111100001110100111011010001011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93F0; }

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

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

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

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

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

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

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

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