#CF8FE5

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

Shades of Wisteria #CF8FE5

Tints of Wisteria #CF8FE5

Color information

#CF8FE5 (or 0xCF8FE5) is unknown color: approx Wisteria. HEX triplet: CF, 8F and E5. RGB value is (207,143,229). Sum of RGB (Red+Green+Blue) = 207+143+229=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FE5 is #30701A. Grayscale: #ABABAB. Windows color (decimal): -3174427 or 15044559. OLE color: 15044559.

HSL color Cylindrical-coordinate representation of color #CF8FE5: hue angle of 284.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8FE5 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207143229-
CMYK0.100.3800.10
HSL284.65º62.32%72.94%-
HSV(B)284.65º37.55%89.8%-
XYZ49.738.5778.95-
YUV171.94160.2153.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 229 (89.84% from 255) = 39.55%
R=35.75%
G=24.70%
B=39.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071432290.100.3800.10284.6562.3272.94
HexCF8FE5A260A11d3e49
Octal317217345124601243576111
Binary1100111110001111111001011010100110010101000111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8FE5; }

 p { color: rgb(207,143,229); }

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

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

 a { background-color: rgb(207,143,229); }

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

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

 span { border-color: rgb(207,143,229); }

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