#C670E3

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

Shades of Medium Orchid #C670E3

Tints of Medium Orchid #C670E3

Color information

#C670E3 (or 0xC670E3) is unknown color: approx Medium Orchid. HEX triplet: C6, 70 and E3. RGB value is (198,112,227). Sum of RGB (Red+Green+Blue) = 198+112+227=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #C670E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670E3 is #398F1C. Grayscale: #969696. Windows color (decimal): -3772189 or 14905542. OLE color: 14905542.

HSL color Cylindrical-coordinate representation of color #C670E3: hue angle of 284.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C670E3 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB198112227-
CMYK0.130.5100.11
HSL284.87º67.25%66.47%-
HSV(B)284.87º50.66%89.02%-
XYZ42.9529.1476.03-
YUV150.82170.99161.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 112 (44.14% from 255) = 20.86%
BLUE value IS 227 (89.06% from 255) = 42.27%
R=36.87%
G=20.86%
B=42.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981122270.130.5100.11284.8767.2566.47
HexC670E3D330B11d4342
Octal3061603431563013435103102
Binary1100011011100001110001111011100110101110001110110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670E3; }

 p { color: rgb(198,112,227); }

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

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

 a { background-color: rgb(198,112,227); }

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

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

 span { border-color: rgb(198,112,227); }

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