#C27FDC

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

Shades of Wisteria #C27FDC

Tints of Wisteria #C27FDC

Color information

#C27FDC (or 0xC27FDC) is unknown color: approx Wisteria. HEX triplet: C2, 7F and DC. RGB value is (194,127,220). Sum of RGB (Red+Green+Blue) = 194+127+220=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C27FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FDC is #3D8023. Grayscale: #9D9D9D. Windows color (decimal): -4030500 or 14450626. OLE color: 14450626.

HSL color Cylindrical-coordinate representation of color #C27FDC: hue angle of 283.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27FDC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194127220-
CMYK0.120.4200.14
HSL283.23º57.06%68.04%-
HSV(B)283.23º42.27%86.27%-
XYZ42.7631.8271.6-
YUV157.64163.2153.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=35.86%
G=23.48%
B=40.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941272200.120.4200.14283.2357.0668.04
HexC27FDCC2A0E11b3944
Octal302177334145201643371104
Binary110000101111111110111001100101010011101000110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FDC; }

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

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

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

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

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

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

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

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