#CF98EA

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

Shades of Wisteria #CF98EA

Tints of Wisteria #CF98EA

Color information

#CF98EA (or 0xCF98EA) is unknown color: approx Wisteria. HEX triplet: CF, 98 and EA. RGB value is (207,152,234). Sum of RGB (Red+Green+Blue) = 207+152+234=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98EA is #306715. Grayscale: #B1B1B1. Windows color (decimal): -3172118 or 15374543. OLE color: 15374543.

HSL color Cylindrical-coordinate representation of color #CF98EA: hue angle of 280.24º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF98EA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207152234-
CMYK0.120.3500.08
HSL280.24º66.13%75.69%-
HSV(B)280.24º35.04%91.76%-
XYZ51.8141.6683.15-
YUV177.79159.72148.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=34.91%
G=25.63%
B=39.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071522340.120.3500.08280.2466.1375.69
HexCF98EAC2308118424c
Octal3172303521443010430102114
Binary11001111100110001110101011001000110100010001100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98EA; }

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

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

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

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

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

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

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

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