#C091CD

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

Shades of Wisteria #C091CD

Tints of Wisteria #C091CD

Color information

#C091CD (or 0xC091CD) is unknown color: approx Wisteria. HEX triplet: C0, 91 and CD. RGB value is (192,145,205). Sum of RGB (Red+Green+Blue) = 192+145+205=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C091CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091CD is #3F6E32. Grayscale: #A5A5A5. Windows color (decimal): -4156979 or 13472192. OLE color: 13472192.

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

Color convert

RGB192145205-
CMYK0.060.2900.20
HSL287º37.5%68.63%-
HSV(B)287º29.27%80.39%-
XYZ42.8835.8762.42-
YUV165.89150.07146.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=35.42%
G=26.75%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921452050.060.2900.2028737.568.63
HexC091CD61D01411f2545
Octal30022131563502443745105
Binary110000001001000111001101110111010101001000111111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091CD; }

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

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

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

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

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

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

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

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