#CF93F9

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

Shades of Wisteria #CF93F9

Tints of Wisteria #CF93F9

Color information

#CF93F9 (or 0xCF93F9) is unknown color: approx Wisteria. HEX triplet: CF, 93 and F9. RGB value is (207,147,249). Sum of RGB (Red+Green+Blue) = 207+147+249=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF93F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93F9 is #306C06. Grayscale: #B0B0B0. Windows color (decimal): -3173383 or 16356303. OLE color: 16356303.

HSL color Cylindrical-coordinate representation of color #CF93F9: hue angle of 275.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF93F9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207147249-
CMYK0.170.4100.02
HSL275.29º89.47%77.65%-
HSV(B)275.29º40.96%97.65%-
XYZ53.2640.9794.72-
YUV176.57168.88149.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=34.33%
G=24.38%
B=41.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071472490.170.4100.02275.2989.4777.65
HexCF93F9112902113594e
Octal317223371215102423131116
Binary1100111110010011111110011000110100101010001001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93F9; }

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

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

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

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

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

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

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

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