#C446EE

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

Shades of Medium Orchid #C446EE

Tints of Medium Orchid #C446EE

Color information

#C446EE (or 0xC446EE) is unknown color: approx Medium Orchid. HEX triplet: C4, 46 and EE. RGB value is (196,70,238). Sum of RGB (Red+Green+Blue) = 196+70+238=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C446EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446EE is #3BB911. Grayscale: #7E7E7E. Windows color (decimal): -3914002 or 15615684. OLE color: 15615684.

HSL color Cylindrical-coordinate representation of color #C446EE: hue angle of 285º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C446EE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19670238-
CMYK0.180.7100.07
HSL285º83.17%60.39%-
HSV(B)285º70.59%93.33%-
XYZ40.3922.2983.06-
YUV126.83190.74177.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 70 (27.73% from 255) = 13.89%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=38.89%
G=13.89%
B=47.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196702380.180.7100.0728583.1760.39
HexC446EE12470711d533c
Octal304106356221070743512374
Binary1100010010001101110111010010100011101111000111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C446EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C446EE; }

 p { color: rgb(196,70,238); }

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

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

 a { background-color: rgb(196,70,238); }

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

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

 span { border-color: rgb(196,70,238); }

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