#C67AED

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

Shades of Heliotrope #C67AED

Tints of Heliotrope #C67AED

Color information

#C67AED (or 0xC67AED) is unknown color: approx Heliotrope. HEX triplet: C6, 7A and ED. RGB value is (198,122,237). Sum of RGB (Red+Green+Blue) = 198+122+237=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #C67AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AED is #398512. Grayscale: #9D9D9D. Windows color (decimal): -3769619 or 15563462. OLE color: 15563462.

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

Color convert

RGB198122237-
CMYK0.160.4900.07
HSL279.65º76.16%70.39%-
HSV(B)279.65º48.52%92.94%-
XYZ45.5332.0483.91-
YUV157.83172.68156.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=35.55%
G=21.90%
B=42.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981222370.160.4900.07279.6576.1670.39
HexC67AED1031071184c46
Octal306172355206107430114106
Binary1100011011110101110110110000110001011110001100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67AED; }

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

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

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

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

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

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

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

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