#C090DD

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

Shades of Wisteria #C090DD

Tints of Wisteria #C090DD

Color information

#C090DD (or 0xC090DD) is unknown color: approx Wisteria. HEX triplet: C0, 90 and DD. RGB value is (192,144,221). Sum of RGB (Red+Green+Blue) = 192+144+221=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C090DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090DD is #3F6F22. Grayscale: #A6A6A6. Windows color (decimal): -4157219 or 14520512. OLE color: 14520512.

HSL color Cylindrical-coordinate representation of color #C090DD: hue angle of 277.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C090DD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192144221-
CMYK0.130.3500.13
HSL277.4º53.1%71.57%-
HSV(B)277.4º34.84%86.67%-
XYZ44.7636.3773.07-
YUV167.13158.4145.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=34.47%
G=25.85%
B=39.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921442210.130.3500.13277.453.171.57
HexC090DDD230D1153548
Octal300220335154301542565110
Binary1100000010010000110111011101100011011011000101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090DD; }

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

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

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

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

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

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

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

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