#C142CF

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

Shades of Medium Orchid #C142CF

Tints of Medium Orchid #C142CF

Color information

#C142CF (or 0xC142CF) is unknown color: approx Medium Orchid. HEX triplet: C1, 42 and CF. RGB value is (193,66,207). Sum of RGB (Red+Green+Blue) = 193+66+207=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C142CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142CF is #3EBD30. Grayscale: #777777. Windows color (decimal): -4111665 or 13583041. OLE color: 13583041.

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

Color convert

RGB19366207-
CMYK0.070.6800.19
HSL294.04º59.49%53.53%-
HSV(B)294.04º68.12%81.18%-
XYZ35.219.7460.99-
YUV120.05177.08180.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 66 (26.17% from 255) = 14.16%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=41.42%
G=14.16%
B=44.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193662070.070.6800.19294.0459.4953.53
HexC142CF7440131263b36
Octal30110231771040234467366
Binary110000011000010110011111111000100010011100100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C142CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C142CF; }

 p { color: rgb(193,66,207); }

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

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

 a { background-color: rgb(193,66,207); }

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

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

 span { border-color: rgb(193,66,207); }

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