#CF96E0

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

Shades of Wisteria #CF96E0

Tints of Wisteria #CF96E0

Color information

#CF96E0 (or 0xCF96E0) is unknown color: approx Wisteria. HEX triplet: CF, 96 and E0. RGB value is (207,150,224). Sum of RGB (Red+Green+Blue) = 207+150+224=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96E0 is #30691F. Grayscale: #AFAFAF. Windows color (decimal): -3172640 or 14718671. OLE color: 14718671.

HSL color Cylindrical-coordinate representation of color #CF96E0: hue angle of 286.22º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF96E0 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207150224-
CMYK0.080.3300.12
HSL286.22º54.41%73.33%-
HSV(B)286.22º33.04%87.84%-
XYZ50.0940.4675.69-
YUV175.48155.38150.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=35.63%
G=25.82%
B=38.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071502240.080.3300.12286.2254.4173.33
HexCF96E08210C11e3649
Octal317226340104101443666111
Binary1100111110010110111000001000100001011001000111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96E0; }

 p { color: rgb(207,150,224); }

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

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

 a { background-color: rgb(207,150,224); }

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

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

 span { border-color: rgb(207,150,224); }

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