#C099CC

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

Shades of Wisteria #C099CC

Tints of Wisteria #C099CC

Color information

#C099CC (or 0xC099CC) is unknown color: approx Wisteria. HEX triplet: C0, 99 and CC. RGB value is (192,153,204). Sum of RGB (Red+Green+Blue) = 192+153+204=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C099CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099CC is #3F6633. Grayscale: #AAAAAA. Windows color (decimal): -4154932 or 13408704. OLE color: 13408704.

HSL color Cylindrical-coordinate representation of color #C099CC: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C099CC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192153204-
CMYK0.060.2500.2
HSL285.88º33.33%70%-
HSV(B)285.88º25%80%-
XYZ44.0338.3562.21-
YUV170.48146.92143.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=34.97%
G=27.87%
B=37.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921532040.060.2500.2285.8833.3370
HexC099CC61901411e2146
Octal30023131463102443641106
Binary110000001001100111001100110110010101001000111101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099CC; }

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

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

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

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

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

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

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

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