#CF9BEB

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

Shades of Wisteria #CF9BEB

Tints of Wisteria #CF9BEB

Color information

#CF9BEB (or 0xCF9BEB) is unknown color: approx Wisteria. HEX triplet: CF, 9B and EB. RGB value is (207,155,235). Sum of RGB (Red+Green+Blue) = 207+155+235=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BEB is #306414. Grayscale: #B3B3B3. Windows color (decimal): -3171349 or 15440847. OLE color: 15440847.

HSL color Cylindrical-coordinate representation of color #CF9BEB: hue angle of 279º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9BEB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207155235-
CMYK0.120.3400.08
HSL279º66.67%76.47%-
HSV(B)279º34.04%92.16%-
XYZ52.4542.7184.08-
YUV179.67159.23147.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=34.67%
G=25.96%
B=39.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071552350.120.3400.0827966.6776.47
HexCF9BEBC2208117434c
Octal3172333531442010427103114
Binary11001111100110111110101111001000100100010001011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BEB; }

 p { color: rgb(207,155,235); }

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

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

 a { background-color: rgb(207,155,235); }

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

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

 span { border-color: rgb(207,155,235); }

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