#C67DEF

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

Shades of Heliotrope #C67DEF

Tints of Heliotrope #C67DEF

Color information

#C67DEF (or 0xC67DEF) is unknown color: approx Heliotrope. HEX triplet: C6, 7D and EF. RGB value is (198,125,239). Sum of RGB (Red+Green+Blue) = 198+125+239=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #C67DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DEF is #398210. Grayscale: #9F9F9F. Windows color (decimal): -3768849 or 15695302. OLE color: 15695302.

HSL color Cylindrical-coordinate representation of color #C67DEF: hue angle of 278.42º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67DEF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198125239-
CMYK0.170.4800.06
HSL278.42º78.08%71.37%-
HSV(B)278.42º47.7%93.73%-
XYZ46.232.985.58-
YUV159.82172.68155.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=35.23%
G=22.24%
B=42.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981252390.170.4800.06278.4278.0871.37
HexC67DEF1130061164e47
Octal306175357216006426116107
Binary1100011011111011110111110001110000011010001011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DEF; }

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

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

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

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

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

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

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

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