#CF95E3

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

Shades of Wisteria #CF95E3

Tints of Wisteria #CF95E3

Color information

#CF95E3 (or 0xCF95E3) is unknown color: approx Wisteria. HEX triplet: CF, 95 and E3. RGB value is (207,149,227). Sum of RGB (Red+Green+Blue) = 207+149+227=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF95E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95E3 is #306A1C. Grayscale: #AEAEAE. Windows color (decimal): -3172893 or 14915023. OLE color: 14915023.

HSL color Cylindrical-coordinate representation of color #CF95E3: hue angle of 284.62º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF95E3 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207149227-
CMYK0.090.3400.11
HSL284.62º58.21%73.73%-
HSV(B)284.62º34.36%89.02%-
XYZ50.3440.3177.8-
YUV175.23157.22150.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=35.51%
G=25.56%
B=38.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071492270.090.3400.11284.6258.2173.73
HexCF95E39220B11d3a4a
Octal317225343114201343572112
Binary1100111110010101111000111001100010010111000111011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95E3; }

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

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

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

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

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

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

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

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