#C091CC

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

Shades of Wisteria #C091CC

Tints of Wisteria #C091CC

Color information

#C091CC (or 0xC091CC) is unknown color: approx Wisteria. HEX triplet: C0, 91 and CC. RGB value is (192,145,204). Sum of RGB (Red+Green+Blue) = 192+145+204=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C091CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091CC is #3F6E33. Grayscale: #A5A5A5. Windows color (decimal): -4156980 or 13406656. OLE color: 13406656.

HSL color Cylindrical-coordinate representation of color #C091CC: hue angle of 287.8º 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 #C091CC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192145204-
CMYK0.060.2900.2
HSL287.8º36.65%68.43%-
HSV(B)287.8º28.92%80%-
XYZ42.7635.8261.79-
YUV165.78149.57146.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=35.49%
G=26.80%
B=37.71%

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
Decimal1921452040.060.2900.2287.836.6568.43
HexC091CC61D0141202544
Octal30022131463502444045104
Binary110000001001000111001100110111010101001001000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091CC; }

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

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

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

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

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

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

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

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