#C071E0

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

Shades of Medium Orchid #C071E0

Tints of Medium Orchid #C071E0

Color information

#C071E0 (or 0xC071E0) is unknown color: approx Medium Orchid. HEX triplet: C0, 71 and E0. RGB value is (192,113,224). Sum of RGB (Red+Green+Blue) = 192+113+224=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C071E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071E0 is #3F8E1F. Grayscale: #949494. Windows color (decimal): -4165152 or 14709184. OLE color: 14709184.

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

Color convert

RGB192113224-
CMYK0.140.5000.12
HSL282.7º64.16%66.08%-
HSV(B)282.7º49.55%87.84%-
XYZ41.128.473.84-
YUV149.28170.17158.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=36.29%
G=21.36%
B=42.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921132240.140.5000.12282.764.1666.08
HexC071E0E320C11b4042
Octal3001613401662014433100102
Binary1100000011100011110000011101100100110010001101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071E0; }

 p { color: rgb(192,113,224); }

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

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

 a { background-color: rgb(192,113,224); }

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

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

 span { border-color: rgb(192,113,224); }

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