#C27DE3

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

Shades of Wisteria #C27DE3

Tints of Wisteria #C27DE3

Color information

#C27DE3 (or 0xC27DE3) is unknown color: approx Wisteria. HEX triplet: C2, 7D and E3. RGB value is (194,125,227). Sum of RGB (Red+Green+Blue) = 194+125+227=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #C27DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DE3 is #3D821C. Grayscale: #9C9C9C. Windows color (decimal): -4031005 or 14908866. OLE color: 14908866.

HSL color Cylindrical-coordinate representation of color #C27DE3: hue angle of 280.59º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27DE3 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194125227-
CMYK0.150.4500.11
HSL280.59º64.56%69.02%-
HSV(B)280.59º44.93%89.02%-
XYZ43.4531.6876.5-
YUV157.26167.36154.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=35.53%
G=22.89%
B=41.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941252270.150.4500.11280.5964.5669.02
HexC27DE3F2D0B1194145
Octal3021753431755013431101105
Binary1100001011111011110001111111011010101110001100110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DE3; }

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

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

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

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

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

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

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

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