#C071D8

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

Shades of Medium Orchid #C071D8

Tints of Medium Orchid #C071D8

Color information

#C071D8 (or 0xC071D8) is unknown color: approx Medium Orchid. HEX triplet: C0, 71 and D8. RGB value is (192,113,216). Sum of RGB (Red+Green+Blue) = 192+113+216=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #C071D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071D8 is #3F8E27. Grayscale: #949494. Windows color (decimal): -4165160 or 14184896. OLE color: 14184896.

HSL color Cylindrical-coordinate representation of color #C071D8: hue angle of 286.02º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C071D8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192113216-
CMYK0.110.4800.15
HSL286.02º56.91%64.51%-
HSV(B)286.02º47.69%84.71%-
XYZ40.0427.9768.26-
YUV148.36166.17159.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=36.85%
G=21.69%
B=41.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921132160.110.4800.15286.0256.9164.51
HexC071D8B300F11e3941
Octal300161330136001743671101
Binary110000001110001110110001011110000011111000111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071D8; }

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

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

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

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

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

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

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

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