#C27FE0

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

Shades of Wisteria #C27FE0

Tints of Wisteria #C27FE0

Color information

#C27FE0 (or 0xC27FE0) is unknown color: approx Wisteria. HEX triplet: C2, 7F and E0. RGB value is (194,127,224). Sum of RGB (Red+Green+Blue) = 194+127+224=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #C27FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FE0 is #3D801F. Grayscale: #9D9D9D. Windows color (decimal): -4030496 or 14712770. OLE color: 14712770.

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

Color convert

RGB194127224-
CMYK0.130.4300.12
HSL281.44º61.01%68.82%-
HSV(B)281.44º43.3%87.84%-
XYZ43.2932.0374.42-
YUV158.09165.2153.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=35.60%
G=23.30%
B=41.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941272240.130.4300.12281.4461.0168.82
HexC27FE0D2B0C1193d45
Octal302177340155301443175105
Binary110000101111111111000001101101011011001000110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FE0; }

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

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

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

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

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

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

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

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