#C27DDA

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

Shades of Wisteria #C27DDA

Tints of Wisteria #C27DDA

Color information

#C27DDA (or 0xC27DDA) is unknown color: approx Wisteria. HEX triplet: C2, 7D and DA. RGB value is (194,125,218). Sum of RGB (Red+Green+Blue) = 194+125+218=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C27DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDA is #3D8225. Grayscale: #9B9B9B. Windows color (decimal): -4031014 or 14319042. OLE color: 14319042.

HSL color Cylindrical-coordinate representation of color #C27DDA: hue angle of 284.52º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27DDA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194125218-
CMYK0.110.4300.15
HSL284.52º55.69%67.25%-
HSV(B)284.52º42.66%85.49%-
XYZ42.2431.270.13-
YUV156.23162.86154.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=36.13%
G=23.28%
B=40.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941252180.110.4300.15284.5255.6967.25
HexC27DDAB2B0F11d3843
Octal302175332135301743570103
Binary110000101111101110110101011101011011111000111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DDA; }

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

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

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

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

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

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

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

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