#C071CA

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

Shades of Medium Orchid #C071CA

Tints of Medium Orchid #C071CA

Color information

#C071CA (or 0xC071CA) is unknown color: approx Medium Orchid. HEX triplet: C0, 71 and CA. RGB value is (192,113,202). Sum of RGB (Red+Green+Blue) = 192+113+202=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #C071CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071CA is #3F8E35. Grayscale: #929292. Windows color (decimal): -4165174 or 13267392. OLE color: 13267392.

HSL color Cylindrical-coordinate representation of color #C071CA: hue angle of 293.26º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C071CA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192113202-
CMYK0.050.4400.21
HSL293.26º45.64%61.76%-
HSV(B)293.26º44.06%79.22%-
XYZ38.327.2859.12-
YUV146.77159.17160.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=37.87%
G=22.29%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921132020.050.4400.21293.2645.6461.76
HexC071CA52C0151252e3e
Octal3001613125540254455676
Binary11000000111000111001010101101100010101100100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071CA; }

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

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

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

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

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

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

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

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