#C445CF

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

Shades of Medium Orchid #C445CF

Tints of Medium Orchid #C445CF

Color information

#C445CF (or 0xC445CF) is unknown color: approx Medium Orchid. HEX triplet: C4, 45 and CF. RGB value is (196,69,207). Sum of RGB (Red+Green+Blue) = 196+69+207=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C445CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445CF is #3BBA30. Grayscale: #7A7A7A. Windows color (decimal): -3914289 or 13583812. OLE color: 13583812.

HSL color Cylindrical-coordinate representation of color #C445CF: hue angle of 295.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C445CF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19669207-
CMYK0.050.6700.19
HSL295.22º58.97%54.12%-
HSV(B)295.22º66.67%81.18%-
XYZ36.1620.561.08-
YUV122.7175.58180.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=41.53%
G=14.62%
B=43.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196692070.050.6700.19295.2258.9754.12
HexC445CF5430131273b36
Octal30410531751030234477366
Binary110001001000101110011111011000011010011100100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445CF; }

 p { color: rgb(196,69,207); }

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

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

 a { background-color: rgb(196,69,207); }

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

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

 span { border-color: rgb(196,69,207); }

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