#C090CC

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

Shades of Wisteria #C090CC

Tints of Wisteria #C090CC

Color information

#C090CC (or 0xC090CC) is unknown color: approx Wisteria. HEX triplet: C0, 90 and CC. RGB value is (192,144,204). Sum of RGB (Red+Green+Blue) = 192+144+204=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C090CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090CC is #3F6F33. Grayscale: #A5A5A5. Windows color (decimal): -4157236 or 13406400. OLE color: 13406400.

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

Color convert

RGB192144204-
CMYK0.060.2900.2
HSL288º37.04%68.24%-
HSV(B)288º29.41%80%-
XYZ42.6135.5161.74-
YUV165.19149.9147.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=35.56%
G=26.67%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921442040.060.2900.228837.0468.24
HexC090CC61D0141202544
Octal30022031463502444045104
Binary110000001001000011001100110111010101001001000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090CC; }

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

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

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

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

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

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

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

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