#C66BE6

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

Shades of Medium Orchid #C66BE6

Tints of Medium Orchid #C66BE6

Color information

#C66BE6 (or 0xC66BE6) is unknown color: approx Medium Orchid. HEX triplet: C6, 6B and E6. RGB value is (198,107,230). Sum of RGB (Red+Green+Blue) = 198+107+230=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #C66BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BE6 is #399419. Grayscale: #939393. Windows color (decimal): -3773466 or 15100870. OLE color: 15100870.

HSL color Cylindrical-coordinate representation of color #C66BE6: hue angle of 284.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66BE6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198107230-
CMYK0.140.5300.10
HSL284.39º71.1%66.08%-
HSV(B)284.39º53.48%90.2%-
XYZ42.8328.2378.06-
YUV148.23174.15163.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 107 (42.19% from 255) = 20%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=37.01%
G=20%
B=42.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981072300.140.5300.10284.3971.166.08
HexC66BE6E350A11c4742
Octal3061533461665012434107102
Binary1100011011010111110011011101101010101010001110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66BE6; }

 p { color: rgb(198,107,230); }

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

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

 a { background-color: rgb(198,107,230); }

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

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

 span { border-color: rgb(198,107,230); }

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