#C09BCE

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

Shades of Wisteria #C09BCE

Tints of Wisteria #C09BCE

Color information

#C09BCE (or 0xC09BCE) is unknown color: approx Wisteria. HEX triplet: C0, 9B and CE. RGB value is (192,155,206). Sum of RGB (Red+Green+Blue) = 192+155+206=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BCE is #3F6431. Grayscale: #ABABAB. Windows color (decimal): -4154418 or 13540288. OLE color: 13540288.

HSL color Cylindrical-coordinate representation of color #C09BCE: hue angle of 283.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09BCE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192155206-
CMYK0.070.2500.19
HSL283.53º34.23%70.78%-
HSV(B)283.53º24.76%80.78%-
XYZ44.639.1163.59-
YUV171.88147.26142.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=34.72%
G=28.03%
B=37.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921552060.070.2500.19283.5334.2370.78
HexC09BCE71901311c2247
Octal30023331673102343442107
Binary110000001001101111001110111110010100111000111001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BCE; }

 p { color: rgb(192,155,206); }

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

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

 a { background-color: rgb(192,155,206); }

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

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

 span { border-color: rgb(192,155,206); }

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