#C66AEA

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

Shades of Medium Orchid #C66AEA

Tints of Medium Orchid #C66AEA

Color information

#C66AEA (or 0xC66AEA) is unknown color: approx Medium Orchid. HEX triplet: C6, 6A and EA. RGB value is (198,106,234). Sum of RGB (Red+Green+Blue) = 198+106+234=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C66AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AEA is #399515. Grayscale: #939393. Windows color (decimal): -3773718 or 15362758. OLE color: 15362758.

HSL color Cylindrical-coordinate representation of color #C66AEA: hue angle of 283.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66AEA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198106234-
CMYK0.150.5500.08
HSL283.12º75.29%66.67%-
HSV(B)283.12º54.7%91.76%-
XYZ43.2928.2581.01-
YUV148.1176.48163.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=36.80%
G=19.70%
B=43.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981062340.150.5500.08283.1275.2966.67
HexC66AEAF370811b4b43
Octal3061523521767010433113103
Binary1100011011010101110101011111101110100010001101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66AEA; }

 p { color: rgb(198,106,234); }

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

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

 a { background-color: rgb(198,106,234); }

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

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

 span { border-color: rgb(198,106,234); }

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