#C27DED

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

Shades of Heliotrope #C27DED

Tints of Heliotrope #C27DED

Color information

#C27DED (or 0xC27DED) is unknown color: approx Heliotrope. HEX triplet: C2, 7D and ED. RGB value is (194,125,237). Sum of RGB (Red+Green+Blue) = 194+125+237=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #C27DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DED is #3D8212. Grayscale: #9E9E9E. Windows color (decimal): -4030995 or 15564226. OLE color: 15564226.

HSL color Cylindrical-coordinate representation of color #C27DED: hue angle of 276.96º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27DED is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194125237-
CMYK0.180.4700.07
HSL276.96º75.68%70.98%-
HSV(B)276.96º47.26%92.94%-
XYZ44.8732.2583.98-
YUV158.4172.36153.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=34.89%
G=22.48%
B=42.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941252370.180.4700.07276.9675.6870.98
HexC27DED122F071154c47
Octal302175355225707425114107
Binary1100001011111011110110110010101111011110001010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DED; }

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

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

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

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

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

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

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

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