#CF95EA

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

Shades of Wisteria #CF95EA

Tints of Wisteria #CF95EA

Color information

#CF95EA (or 0xCF95EA) is unknown color: approx Wisteria. HEX triplet: CF, 95 and EA. RGB value is (207,149,234). Sum of RGB (Red+Green+Blue) = 207+149+234=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF95EA is #306A15. Grayscale: #AFAFAF. Windows color (decimal): -3172886 or 15373775. OLE color: 15373775.

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

Color convert

RGB207149234-
CMYK0.120.3600.08
HSL280.94º66.93%75.1%-
HSV(B)280.94º36.32%91.76%-
XYZ51.3340.782.99-
YUV176.03160.72150.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=35.08%
G=25.25%
B=39.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071492340.120.3600.08280.9466.9375.1
HexCF95EAC2408119434b
Octal3172253521444010431103113
Binary11001111100101011110101011001001000100010001100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95EA; }

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

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

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

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

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

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

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

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