#C27CED

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

Shades of Heliotrope #C27CED

Tints of Heliotrope #C27CED

Color information

#C27CED (or 0xC27CED) is unknown color: approx Heliotrope. HEX triplet: C2, 7C and ED. RGB value is (194,124,237). Sum of RGB (Red+Green+Blue) = 194+124+237=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #C27CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CED is #3D8312. Grayscale: #9D9D9D. Windows color (decimal): -4031251 or 15563970. OLE color: 15563970.

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

Color convert

RGB194124237-
CMYK0.180.4800.07
HSL277.17º75.84%70.78%-
HSV(B)277.17º47.68%92.94%-
XYZ44.743283.94-
YUV157.81172.69153.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 124 (48.83% from 255) = 22.34%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=34.95%
G=22.34%
B=42.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941242370.180.4800.07277.1775.8470.78
HexC27CED1230071154c47
Octal302174355226007425114107
Binary1100001011111001110110110010110000011110001010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27CED; }

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

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

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

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

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

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

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

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