#C67EED

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

Shades of Heliotrope #C67EED

Tints of Heliotrope #C67EED

Color information

#C67EED (or 0xC67EED) is unknown color: approx Heliotrope. HEX triplet: C6, 7E and ED. RGB value is (198,126,237). Sum of RGB (Red+Green+Blue) = 198+126+237=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #C67EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EED is #398112. Grayscale: #9F9F9F. Windows color (decimal): -3768595 or 15564486. OLE color: 15564486.

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

Color convert

RGB198126237-
CMYK0.160.4700.07
HSL278.92º75.51%71.18%-
HSV(B)278.92º46.84%92.94%-
XYZ46.0433.0484.07-
YUV160.18171.35154.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 126 (49.61% from 255) = 22.46%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=35.29%
G=22.46%
B=42.25%

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
Decimal1981262370.160.4700.07278.9275.5171.18
HexC67EED102F071174c47
Octal306176355205707427114107
Binary1100011011111101110110110000101111011110001011110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67EED; }

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

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

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

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

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

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

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

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