#CF94E0

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

Shades of Wisteria #CF94E0

Tints of Wisteria #CF94E0

Color information

#CF94E0 (or 0xCF94E0) is unknown color: approx Wisteria. HEX triplet: CF, 94 and E0. RGB value is (207,148,224). Sum of RGB (Red+Green+Blue) = 207+148+224=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94E0 is #306B1F. Grayscale: #AEAEAE. Windows color (decimal): -3173152 or 14718159. OLE color: 14718159.

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

Color convert

RGB207148224-
CMYK0.080.3400.12
HSL286.58º55.07%72.94%-
HSV(B)286.58º33.93%87.84%-
XYZ49.7839.8375.58-
YUV174.3156.05151.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=35.75%
G=25.56%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071482240.080.3400.12286.5855.0772.94
HexCF94E08220C11f3749
Octal317224340104201443767111
Binary1100111110010100111000001000100010011001000111111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94E0; }

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

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

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

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

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

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

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

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