#C66DE2

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

Shades of Medium Orchid #C66DE2

Tints of Medium Orchid #C66DE2

Color information

#C66DE2 (or 0xC66DE2) is unknown color: approx Medium Orchid. HEX triplet: C6, 6D and E2. RGB value is (198,109,226). Sum of RGB (Red+Green+Blue) = 198+109+226=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #C66DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DE2 is #39921D. Grayscale: #949494. Windows color (decimal): -3772958 or 14839238. OLE color: 14839238.

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

Color convert

RGB198109226-
CMYK0.120.5200.11
HSL285.64º66.86%65.69%-
HSV(B)285.64º51.77%88.63%-
XYZ42.4828.4375.2-
YUV148.95171.49162.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 109 (42.97% from 255) = 20.45%
BLUE value IS 226 (88.67% from 255) = 42.40%
R=37.15%
G=20.45%
B=42.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981092260.120.5200.11285.6466.8665.69
HexC66DE2C340B11e4342
Octal3061553421464013436103102
Binary1100011011011011110001011001101000101110001111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DE2; }

 p { color: rgb(198,109,226); }

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

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

 a { background-color: rgb(198,109,226); }

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

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

 span { border-color: rgb(198,109,226); }

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