#C090CE

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

Shades of Wisteria #C090CE

Tints of Wisteria #C090CE

Color information

#C090CE (or 0xC090CE) is unknown color: approx Wisteria. HEX triplet: C0, 90 and CE. RGB value is (192,144,206). Sum of RGB (Red+Green+Blue) = 192+144+206=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #C090CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090CE is #3F6F31. Grayscale: #A5A5A5. Windows color (decimal): -4157234 or 13537472. OLE color: 13537472.

HSL color Cylindrical-coordinate representation of color #C090CE: hue angle of 286.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C090CE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192144206-
CMYK0.070.3000.19
HSL286.45º38.75%68.63%-
HSV(B)286.45º30.1%80.78%-
XYZ42.8535.6163.01-
YUV165.42150.9146.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=35.42%
G=26.57%
B=38.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921442060.070.3000.19286.4538.7568.63
HexC090CE71E01311e2745
Octal30022031673602343647105
Binary110000001001000011001110111111100100111000111101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090CE; }

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

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

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

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

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

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

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

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