#C27DE0

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

Shades of Wisteria #C27DE0

Tints of Wisteria #C27DE0

Color information

#C27DE0 (or 0xC27DE0) is unknown color: approx Wisteria. HEX triplet: C2, 7D and E0. RGB value is (194,125,224). Sum of RGB (Red+Green+Blue) = 194+125+224=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #C27DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DE0 is #3D821F. Grayscale: #9C9C9C. Windows color (decimal): -4031008 or 14712258. OLE color: 14712258.

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

Color convert

RGB194125224-
CMYK0.130.4400.12
HSL281.82º61.49%68.43%-
HSV(B)281.82º44.2%87.84%-
XYZ43.0431.5274.34-
YUV156.92165.86154.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=35.73%
G=23.02%
B=41.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941252240.130.4400.12281.8261.4968.43
HexC27DE0D2C0C11a3d44
Octal302175340155401443275104
Binary110000101111101111000001101101100011001000110101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DE0; }

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

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

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

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

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

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

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

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