#C042FF

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

Shades of Medium Orchid #C042FF

Tints of Medium Orchid #C042FF

Color information

#C042FF (or 0xC042FF) is unknown color: approx Medium Orchid. HEX triplet: C0, 42 and FF. RGB value is (192,66,255). Sum of RGB (Red+Green+Blue) = 192+66+255=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C042FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042FF is #3FBD00. Grayscale: #7C7C7C. Windows color (decimal): -4177153 or 16728768. OLE color: 16728768.

HSL color Cylindrical-coordinate representation of color #C042FF: hue angle of 280º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C042FF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19266255-
CMYK0.250.7400
HSL280º100%62.94%-
HSV(B)280º74.12%100%-
XYZ41.7422.3296.72-
YUV125.22201.24175.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 66 (26.17% from 255) = 12.87%
BLUE value IS 255 (100% from 255) = 49.71%
R=37.43%
G=12.87%
B=49.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192662550.250.740028010062.94
HexC042FF194A00118643f
Octal300102377311120043014477
Binary11000000100001011111111110011001010001000110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042FF; }

 p { color: rgb(192,66,255); }

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

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

 a { background-color: rgb(192,66,255); }

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

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

 span { border-color: rgb(192,66,255); }

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