#C27DDE

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

Shades of Wisteria #C27DDE

Tints of Wisteria #C27DDE

Color information

#C27DDE (or 0xC27DDE) is unknown color: approx Wisteria. HEX triplet: C2, 7D and DE. RGB value is (194,125,222). Sum of RGB (Red+Green+Blue) = 194+125+222=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #C27DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDE is #3D8221. Grayscale: #9C9C9C. Windows color (decimal): -4031010 or 14581186. OLE color: 14581186.

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

Color convert

RGB194125222-
CMYK0.130.4400.13
HSL282.68º59.51%68.04%-
HSV(B)282.68º43.69%87.06%-
XYZ42.7731.4172.92-
YUV156.69164.86154.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=35.86%
G=23.11%
B=41.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941252220.130.4400.13282.6859.5168.04
HexC27DDED2C0D11b3c44
Octal302175336155401543374104
Binary110000101111101110111101101101100011011000110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DDE; }

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

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

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

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

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

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

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

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