#CF98F6

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

Shades of Wisteria #CF98F6

Tints of Wisteria #CF98F6

Color information

#CF98F6 (or 0xCF98F6) is unknown color: approx Wisteria. HEX triplet: CF, 98 and F6. RGB value is (207,152,246). Sum of RGB (Red+Green+Blue) = 207+152+246=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF98F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98F6 is #306709. Grayscale: #B2B2B2. Windows color (decimal): -3172106 or 16160975. OLE color: 16160975.

HSL color Cylindrical-coordinate representation of color #CF98F6: hue angle of 275.11º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF98F6 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207152246-
CMYK0.160.3800.04
HSL275.11º83.93%78.04%-
HSV(B)275.11º38.21%96.47%-
XYZ53.5942.3892.54-
YUV179.16165.72147.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 246 (96.48% from 255) = 40.66%
R=34.21%
G=25.12%
B=40.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071522460.160.3800.04275.1183.9378.04
HexCF98F6102604113544e
Octal317230366204604423124116
Binary11001111100110001111011010000100110010010001001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98F6; }

 p { color: rgb(207,152,246); }

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

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

 a { background-color: rgb(207,152,246); }

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

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

 span { border-color: rgb(207,152,246); }

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