#C67DEC

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

Shades of Heliotrope #C67DEC

Tints of Heliotrope #C67DEC

Color information

#C67DEC (or 0xC67DEC) is unknown color: approx Heliotrope. HEX triplet: C6, 7D and EC. RGB value is (198,125,236). Sum of RGB (Red+Green+Blue) = 198+125+236=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #C67DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DEC is #398213. Grayscale: #9F9F9F. Windows color (decimal): -3768852 or 15498694. OLE color: 15498694.

HSL color Cylindrical-coordinate representation of color #C67DEC: hue angle of 279.46º degrees, saturation: 0.74, 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 #C67DEC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198125236-
CMYK0.160.4700.07
HSL279.46º74.5%70.78%-
HSV(B)279.46º47.03%92.55%-
XYZ45.7632.7383.26-
YUV159.48171.18155.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=35.42%
G=22.36%
B=42.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981252360.160.4700.07279.4674.570.78
HexC67DEC102F071174a47
Octal306175354205707427112107
Binary1100011011111011110110010000101111011110001011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DEC; }

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

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

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

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

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

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

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

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