#C074DC

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

Shades of Medium Orchid #C074DC

Tints of Medium Orchid #C074DC

Color information

#C074DC (or 0xC074DC) is unknown color: approx Medium Orchid. HEX triplet: C0, 74 and DC. RGB value is (192,116,220). Sum of RGB (Red+Green+Blue) = 192+116+220=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C074DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074DC is #3F8B23. Grayscale: #969696. Windows color (decimal): -4164388 or 14447808. OLE color: 14447808.

HSL color Cylindrical-coordinate representation of color #C074DC: hue angle of 283.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C074DC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192116220-
CMYK0.130.4700.14
HSL283.85º59.77%65.88%-
HSV(B)283.85º47.27%86.27%-
XYZ40.928.8671.13-
YUV150.58167.18157.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=36.36%
G=21.97%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921162200.130.4700.14283.8559.7765.88
HexC074DCD2F0E11c3c42
Octal300164334155701643474102
Binary110000001110100110111001101101111011101000111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074DC; }

 p { color: rgb(192,116,220); }

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

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

 a { background-color: rgb(192,116,220); }

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

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

 span { border-color: rgb(192,116,220); }

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