#C447F0

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

Shades of Medium Orchid #C447F0

Tints of Medium Orchid #C447F0

Color information

#C447F0 (or 0xC447F0) is unknown color: approx Medium Orchid. HEX triplet: C4, 47 and F0. RGB value is (196,71,240). Sum of RGB (Red+Green+Blue) = 196+71+240=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #C447F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C447F0 is #3BB80F. Grayscale: #7F7F7F. Windows color (decimal): -3913744 or 15747012. OLE color: 15747012.

HSL color Cylindrical-coordinate representation of color #C447F0: hue angle of 284.38º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C447F0 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19671240-
CMYK0.180.7000.06
HSL284.38º84.92%60.98%-
HSV(B)284.38º70.42%94.12%-
XYZ40.7522.5384.64-
YUV127.64191.41176.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 71 (28.12% from 255) = 14.00%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=38.66%
G=14.00%
B=47.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal196712400.180.7000.06284.3884.9260.98
HexC447F012460611c553d
Octal304107360221060643412575
Binary1100010010001111111000010010100011001101000111001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C447F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C447F0; }

 p { color: rgb(196,71,240); }

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

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

 a { background-color: rgb(196,71,240); }

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

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

 span { border-color: rgb(196,71,240); }

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