#C095CD

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

Shades of Wisteria #C095CD

Tints of Wisteria #C095CD

Color information

#C095CD (or 0xC095CD) is unknown color: approx Wisteria. HEX triplet: C0, 95 and CD. RGB value is (192,149,205). Sum of RGB (Red+Green+Blue) = 192+149+205=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C095CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095CD is #3F6A32. Grayscale: #A8A8A8. Windows color (decimal): -4155955 or 13473216. OLE color: 13473216.

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

Color convert

RGB192149205-
CMYK0.060.2700.20
HSL286.07º35.9%69.41%-
HSV(B)286.07º27.32%80.39%-
XYZ43.5137.1162.63-
YUV168.24148.75144.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=35.16%
G=27.29%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921492050.060.2700.20286.0735.969.41
HexC095CD61B01411e2445
Octal30022531563302443644105
Binary110000001001010111001101110110110101001000111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095CD; }

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

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

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

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

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

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

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

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