#CF97EA

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

Shades of Wisteria #CF97EA

Tints of Wisteria #CF97EA

Color information

#CF97EA (or 0xCF97EA) is unknown color: approx Wisteria. HEX triplet: CF, 97 and EA. RGB value is (207,151,234). Sum of RGB (Red+Green+Blue) = 207+151+234=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF97EA is #306815. Grayscale: #B0B0B0. Windows color (decimal): -3172374 or 15374287. OLE color: 15374287.

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

Color convert

RGB207151234-
CMYK0.120.3500.08
HSL280.48º66.4%75.49%-
HSV(B)280.48º35.47%91.76%-
XYZ51.6541.3483.1-
YUV177.21160.05149.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 151 (59.38% from 255) = 25.51%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=34.97%
G=25.51%
B=39.53%

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
Decimal2071512340.120.3500.08280.4866.475.49
HexCF97EAC2308118424b
Octal3172273521443010430102113
Binary11001111100101111110101011001000110100010001100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97EA; }

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

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

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

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

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

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

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

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