#C06FCA

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

Shades of Medium Orchid #C06FCA

Tints of Medium Orchid #C06FCA

Color information

#C06FCA (or 0xC06FCA) is unknown color: approx Medium Orchid. HEX triplet: C0, 6F and CA. RGB value is (192,111,202). Sum of RGB (Red+Green+Blue) = 192+111+202=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #C06FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FCA is #3F9035. Grayscale: #919191. Windows color (decimal): -4165686 or 13266880. OLE color: 13266880.

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

Color convert

RGB192111202-
CMYK0.050.4500.21
HSL293.41º46.19%61.37%-
HSV(B)293.41º45.05%79.22%-
XYZ38.0826.8459.05-
YUV145.59159.84161.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 202 (79.30% from 255) = 40%
R=38.02%
G=21.98%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921112020.050.4500.21293.4146.1961.37
HexC06FCA52D0151252e3d
Octal3001573125550254455675
Binary11000000110111111001010101101101010101100100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06FCA; }

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

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

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

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

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

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

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

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