#CF98EF

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

Shades of Wisteria #CF98EF

Tints of Wisteria #CF98EF

Color information

#CF98EF (or 0xCF98EF) is unknown color: approx Wisteria. HEX triplet: CF, 98 and EF. RGB value is (207,152,239). Sum of RGB (Red+Green+Blue) = 207+152+239=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF98EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98EF is #306710. Grayscale: #B2B2B2. Windows color (decimal): -3172113 or 15702223. OLE color: 15702223.

HSL color Cylindrical-coordinate representation of color #CF98EF: hue angle of 277.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF98EF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207152239-
CMYK0.130.3600.06
HSL277.93º73.11%76.67%-
HSV(B)277.93º36.4%93.73%-
XYZ52.5441.9586.99-
YUV178.36162.22148.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=34.62%
G=25.42%
B=39.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071522390.130.3600.06277.9373.1176.67
HexCF98EFD2406116494d
Octal317230357154406426111115
Binary1100111110011000111011111101100100011010001011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98EF; }

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

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

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

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

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

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

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

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