#C27FDA

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

Shades of Wisteria #C27FDA

Tints of Wisteria #C27FDA

Color information

#C27FDA (or 0xC27FDA) is unknown color: approx Wisteria. HEX triplet: C2, 7F and DA. RGB value is (194,127,218). Sum of RGB (Red+Green+Blue) = 194+127+218=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C27FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FDA is #3D8025. Grayscale: #9D9D9D. Windows color (decimal): -4030502 or 14319554. OLE color: 14319554.

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

Color convert

RGB194127218-
CMYK0.110.4200.15
HSL284.18º55.15%67.65%-
HSV(B)284.18º41.74%85.49%-
XYZ42.4931.7170.21-
YUV157.41162.2154.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=35.99%
G=23.56%
B=40.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941272180.110.4200.15284.1855.1567.65
HexC27FDAB2A0F11c3744
Octal302177332135201743467104
Binary110000101111111110110101011101010011111000111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FDA; }

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

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

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

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

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

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

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

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