#CF9CE8

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

Shades of Wisteria #CF9CE8

Tints of Wisteria #CF9CE8

Color information

#CF9CE8 (or 0xCF9CE8) is unknown color: approx Wisteria. HEX triplet: CF, 9C and E8. RGB value is (207,156,232). Sum of RGB (Red+Green+Blue) = 207+156+232=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF9CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CE8 is #306317. Grayscale: #B3B3B3. Windows color (decimal): -3171096 or 15244495. OLE color: 15244495.

HSL color Cylindrical-coordinate representation of color #CF9CE8: hue angle of 280.26º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9CE8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207156232-
CMYK0.110.3300.09
HSL280.26º62.3%76.08%-
HSV(B)280.26º32.76%90.98%-
XYZ52.1942.8781.87-
YUV179.91157.4147.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=34.79%
G=26.22%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071562320.110.3300.09280.2662.376.08
HexCF9CE8B21091183e4c
Octal317234350134101143076114
Binary1100111110011100111010001011100001010011000110001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CE8; }

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

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

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

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

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

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

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

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