#CF9DEC

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

Shades of Wisteria #CF9DEC

Tints of Wisteria #CF9DEC

Color information

#CF9DEC (or 0xCF9DEC) is unknown color: approx Wisteria. HEX triplet: CF, 9D and EC. RGB value is (207,157,236). Sum of RGB (Red+Green+Blue) = 207+157+236=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DEC is #306213. Grayscale: #B4B4B4. Windows color (decimal): -3170836 or 15506895. OLE color: 15506895.

HSL color Cylindrical-coordinate representation of color #CF9DEC: hue angle of 277.97º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9DEC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207157236-
CMYK0.120.3300.07
HSL277.97º67.52%77.06%-
HSV(B)277.97º33.47%92.55%-
XYZ52.9343.4484.95-
YUV180.96159.06146.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=34.5%
G=26.17%
B=39.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071572360.120.3300.07277.9767.5277.06
HexCF9DECC2107116444d
Octal317235354144107426104115
Binary1100111110011101111011001100100001011110001011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DEC; }

 p { color: rgb(207,157,236); }

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

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

 a { background-color: rgb(207,157,236); }

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

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

 span { border-color: rgb(207,157,236); }

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