#CF8EDD

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

Shades of Wisteria #CF8EDD

Tints of Wisteria #CF8EDD

Color information

#CF8EDD (or 0xCF8EDD) is unknown color: approx Wisteria. HEX triplet: CF, 8E and DD. RGB value is (207,142,221). Sum of RGB (Red+Green+Blue) = 207+142+221=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EDD is #307122. Grayscale: #AAAAAA. Windows color (decimal): -3174691 or 14520015. OLE color: 14520015.

HSL color Cylindrical-coordinate representation of color #CF8EDD: hue angle of 289.37º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8EDD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207142221-
CMYK0.060.3600.13
HSL289.37º53.74%71.18%-
HSV(B)289.37º35.75%86.67%-
XYZ48.4637.8373.15-
YUV170.44156.53154.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=36.32%
G=24.91%
B=38.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071422210.060.3600.13289.3753.7471.18
HexCF8EDD6240D1213647
Octal31721633564401544166107
Binary110011111000111011011101110100100011011001000011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8EDD; }

 p { color: rgb(207,142,221); }

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

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

 a { background-color: rgb(207,142,221); }

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

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

 span { border-color: rgb(207,142,221); }

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