#C03FFE

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

Shades of Medium Orchid #C03FFE

Tints of Medium Orchid #C03FFE

Color information

#C03FFE (or 0xC03FFE) is unknown color: approx Medium Orchid. HEX triplet: C0, 3F and FE. RGB value is (192,63,254). Sum of RGB (Red+Green+Blue) = 192+63+254=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #C03FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FFE is #3FC001. Grayscale: #7A7A7A. Windows color (decimal): -4177922 or 16662464. OLE color: 16662464.

HSL color Cylindrical-coordinate representation of color #C03FFE: hue angle of 280.52º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03FFE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19263254-
CMYK0.240.7500.00
HSL280.52º98.96%62.16%-
HSV(B)280.52º75.2%99.61%-
XYZ41.4121.9295.81-
YUV123.34201.74176.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 63 (25% from 255) = 12.38%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=37.72%
G=12.38%
B=49.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192632540.240.7500.00280.5298.9662.16
HexC03FFE184B00119633e
Octal30077376301130043114376
Binary1100000011111111111110110001001011001000110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03FFE; }

 p { color: rgb(192,63,254); }

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

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

 a { background-color: rgb(192,63,254); }

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

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

 span { border-color: rgb(192,63,254); }

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