#C14BFC

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

Shades of Medium Orchid #C14BFC

Tints of Medium Orchid #C14BFC

Color information

#C14BFC (or 0xC14BFC) is unknown color: approx Medium Orchid. HEX triplet: C1, 4B and FC. RGB value is (193,75,252). Sum of RGB (Red+Green+Blue) = 193+75+252=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #C14BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BFC is #3EB403. Grayscale: #818181. Windows color (decimal): -4109316 or 16534465. OLE color: 16534465.

HSL color Cylindrical-coordinate representation of color #C14BFC: hue angle of 280º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14BFC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19375252-
CMYK0.230.7000.01
HSL280º96.72%64.12%-
HSV(B)280º70.24%98.82%-
XYZ42.0823.494.39-
YUV130.46196.59172.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 75 (29.69% from 255) = 14.42%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=37.12%
G=14.42%
B=48.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193752520.230.7000.0128096.7264.12
HexC14BFC1746011186140
Octal3011133742710601430141100
Binary110000011001011111111001011110001100110001100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14BFC; }

 p { color: rgb(193,75,252); }

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

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

 a { background-color: rgb(193,75,252); }

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

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

 span { border-color: rgb(193,75,252); }

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