#C074CF

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

Shades of Medium Orchid #C074CF

Tints of Medium Orchid #C074CF

Color information

#C074CF (or 0xC074CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 74 and CF. RGB value is (192,116,207). Sum of RGB (Red+Green+Blue) = 192+116+207=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C074CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CF is #3F8B30. Grayscale: #949494. Windows color (decimal): -4164401 or 13595840. OLE color: 13595840.

HSL color Cylindrical-coordinate representation of color #C074CF: hue angle of 290.11º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C074CF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192116207-
CMYK0.070.4400.19
HSL290.11º48.66%63.33%-
HSV(B)290.11º43.96%81.18%-
XYZ39.2528.262.41-
YUV149.1160.68158.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 116 (45.70% from 255) = 22.52%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=37.28%
G=22.52%
B=40.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921162070.070.4400.19290.1148.6663.33
HexC074CF72C013122313f
Octal3001643177540234426177
Binary11000000111010011001111111101100010011100100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074CF; }

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

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

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

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

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

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

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

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