#C27DDD

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

Shades of Wisteria #C27DDD

Tints of Wisteria #C27DDD

Color information

#C27DDD (or 0xC27DDD) is unknown color: approx Wisteria. HEX triplet: C2, 7D and DD. RGB value is (194,125,221). Sum of RGB (Red+Green+Blue) = 194+125+221=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C27DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDD is #3D8222. Grayscale: #9C9C9C. Windows color (decimal): -4031011 or 14515650. OLE color: 14515650.

HSL color Cylindrical-coordinate representation of color #C27DDD: hue angle of 283.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27DDD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194125221-
CMYK0.120.4300.13
HSL283.12º58.54%67.84%-
HSV(B)283.12º43.44%86.67%-
XYZ42.6331.3672.21-
YUV156.57164.36154.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=35.93%
G=23.15%
B=40.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941252210.120.4300.13283.1258.5467.84
HexC27DDDC2B0D11b3b44
Octal302175335145301543373104
Binary110000101111101110111011100101011011011000110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DDD; }

 p { color: rgb(194,125,221); }

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

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

 a { background-color: rgb(194,125,221); }

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

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

 span { border-color: rgb(194,125,221); }

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