#C14CEF

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

Shades of Medium Orchid #C14CEF

Tints of Medium Orchid #C14CEF

Color information

#C14CEF (or 0xC14CEF) is unknown color: approx Medium Orchid. HEX triplet: C1, 4C and EF. RGB value is (193,76,239). Sum of RGB (Red+Green+Blue) = 193+76+239=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #C14CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14CEF is #3EB310. Grayscale: #818181. Windows color (decimal): -4109073 or 15682753. OLE color: 15682753.

HSL color Cylindrical-coordinate representation of color #C14CEF: hue angle of 283.07º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14CEF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19376239-
CMYK0.190.6800.06
HSL283.07º83.59%61.76%-
HSV(B)283.07º68.2%93.73%-
XYZ40.1622.7483.93-
YUV129.56189.76173.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 76 (30.08% from 255) = 14.96%
BLUE value IS 239 (93.75% from 255) = 47.05%
R=37.99%
G=14.96%
B=47.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal193762390.190.6800.06283.0783.5961.76
HexC14CEF13440611b543e
Octal301114357231040643312476
Binary1100000110011001110111110011100010001101000110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14CEF; }

 p { color: rgb(193,76,239); }

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

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

 a { background-color: rgb(193,76,239); }

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

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

 span { border-color: rgb(193,76,239); }

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