#C099D3

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

Shades of Wisteria #C099D3

Tints of Wisteria #C099D3

Color information

#C099D3 (or 0xC099D3) is unknown color: approx Wisteria. HEX triplet: C0, 99 and D3. RGB value is (192,153,211). Sum of RGB (Red+Green+Blue) = 192+153+211=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #C099D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099D3 is #3F662C. Grayscale: #ABABAB. Windows color (decimal): -4154925 or 13867456. OLE color: 13867456.

HSL color Cylindrical-coordinate representation of color #C099D3: hue angle of 280.34º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C099D3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192153211-
CMYK0.090.2700.17
HSL280.34º39.73%71.37%-
HSV(B)280.34º27.49%82.75%-
XYZ44.8938.6966.73-
YUV171.27150.42142.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 211 (82.81% from 255) = 37.95%
R=34.53%
G=27.52%
B=37.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921532110.090.2700.17280.3439.7371.37
HexC099D391B0111182847
Octal300231323113302143050107
Binary1100000010011001110100111001110110100011000110001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099D3; }

 p { color: rgb(192,153,211); }

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

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

 a { background-color: rgb(192,153,211); }

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

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

 span { border-color: rgb(192,153,211); }

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