#CF9CEC

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

Shades of Wisteria #CF9CEC

Tints of Wisteria #CF9CEC

Color information

#CF9CEC (or 0xCF9CEC) is unknown color: approx Wisteria. HEX triplet: CF, 9C and EC. RGB value is (207,156,236). Sum of RGB (Red+Green+Blue) = 207+156+236=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CEC is #306313. Grayscale: #B4B4B4. Windows color (decimal): -3171092 or 15506639. OLE color: 15506639.

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

Color convert

RGB207156236-
CMYK0.120.3400.07
HSL278.25º67.8%76.86%-
HSV(B)278.25º33.9%92.55%-
XYZ52.7643.184.89-
YUV180.37159.4147-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 156 (61.33% from 255) = 26.04%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=34.56%
G=26.04%
B=39.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071562360.120.3400.07278.2567.876.86
HexCF9CECC2207116444d
Octal317234354144207426104115
Binary1100111110011100111011001100100010011110001011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CEC; }

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

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

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

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

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

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

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

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