#C454CF

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

Shades of Medium Orchid #C454CF

Tints of Medium Orchid #C454CF

Color information

#C454CF (or 0xC454CF) is unknown color: approx Medium Orchid. HEX triplet: C4, 54 and CF. RGB value is (196,84,207). Sum of RGB (Red+Green+Blue) = 196+84+207=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #C454CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454CF is #3BAB30. Grayscale: #838383. Windows color (decimal): -3910449 or 13587652. OLE color: 13587652.

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

Color convert

RGB19684207-
CMYK0.050.5900.19
HSL294.63º56.16%57.06%-
HSV(B)294.63º59.42%81.18%-
XYZ37.222.5861.43-
YUV131.51170.61174-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 84 (33.20% from 255) = 17.25%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=40.25%
G=17.25%
B=42.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196842070.050.5900.19294.6356.1657.06
HexC454CF53B0131273839
Octal3041243175730234477071
Binary11000100101010011001111101111011010011100100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C454CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C454CF; }

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

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

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

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

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

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

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

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