#C67FEC

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

Shades of Heliotrope #C67FEC

Tints of Heliotrope #C67FEC

Color information

#C67FEC (or 0xC67FEC) is unknown color: approx Heliotrope. HEX triplet: C6, 7F and EC. RGB value is (198,127,236). Sum of RGB (Red+Green+Blue) = 198+127+236=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C67FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FEC is #398013. Grayscale: #A0A0A0. Windows color (decimal): -3768340 or 15499206. OLE color: 15499206.

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

Color convert

RGB198127236-
CMYK0.160.4600.07
HSL279.08º74.15%71.18%-
HSV(B)279.08º46.19%92.55%-
XYZ46.0233.2483.35-
YUV160.65170.52154.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=35.29%
G=22.64%
B=42.07%

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
Decimal1981272360.160.4600.07279.0874.1571.18
HexC67FEC102E071174a47
Octal306177354205607427112107
Binary1100011011111111110110010000101110011110001011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FEC; }

 p { color: rgb(198,127,236); }

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

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

 a { background-color: rgb(198,127,236); }

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

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

 span { border-color: rgb(198,127,236); }

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