#C681ED

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

Shades of Heliotrope #C681ED

Tints of Heliotrope #C681ED

Color information

#C681ED (or 0xC681ED) is unknown color: approx Heliotrope. HEX triplet: C6, 81 and ED. RGB value is (198,129,237). Sum of RGB (Red+Green+Blue) = 198+129+237=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #C681ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681ED is #397E12. Grayscale: #A1A1A1. Windows color (decimal): -3767827 or 15565254. OLE color: 15565254.

HSL color Cylindrical-coordinate representation of color #C681ED: hue angle of 278.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C681ED is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198129237-
CMYK0.160.4600.07
HSL278.33º75%71.76%-
HSV(B)278.33º45.57%92.94%-
XYZ46.4333.8284.2-
YUV161.94170.36153.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=35.11%
G=22.87%
B=42.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981292370.160.4600.07278.337571.76
HexC681ED102E071164b48
Octal306201355205607426113110
Binary11000110100000011110110110000101110011110001011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681ED; }

 p { color: rgb(198,129,237); }

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

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

 a { background-color: rgb(198,129,237); }

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

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

 span { border-color: rgb(198,129,237); }

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