#C14CE0

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

Shades of Medium Orchid #C14CE0

Tints of Medium Orchid #C14CE0

Color information

#C14CE0 (or 0xC14CE0) is unknown color: approx Medium Orchid. HEX triplet: C1, 4C and E0. RGB value is (193,76,224). Sum of RGB (Red+Green+Blue) = 193+76+224=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #C14CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CE0 is #3EB31F. Grayscale: #7F7F7F. Windows color (decimal): -4109088 or 14699713. OLE color: 14699713.

HSL color Cylindrical-coordinate representation of color #C14CE0: hue angle of 287.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14CE0 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19376224-
CMYK0.140.6600.12
HSL287.43º70.48%58.82%-
HSV(B)287.43º66.07%87.84%-
XYZ38.0321.8972.74-
YUV127.85182.26174.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=39.15%
G=15.42%
B=45.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193762240.140.6600.12287.4370.4858.82
HexC14CE0E420C11f463b
Octal3011143401610201443710673
Binary1100000110011001110000011101000010011001000111111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14CE0; }

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

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

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

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

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

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

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

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