#C068CA

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

Shades of Medium Orchid #C068CA

Tints of Medium Orchid #C068CA

Color information

#C068CA (or 0xC068CA) is unknown color: approx Medium Orchid. HEX triplet: C0, 68 and CA. RGB value is (192,104,202). Sum of RGB (Red+Green+Blue) = 192+104+202=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #C068CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068CA is #3F9735. Grayscale: #8D8D8D. Windows color (decimal): -4167478 or 13265088. OLE color: 13265088.

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

Color convert

RGB192104202-
CMYK0.050.4900.21
HSL293.88º48.04%60%-
HSV(B)293.88º48.51%79.22%-
XYZ37.3525.3758.81-
YUV141.48162.15164.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=38.55%
G=20.88%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921042020.050.4900.21293.8848.0460
HexC068CA531015126303c
Octal3001503125610254466074
Binary11000000110100011001010101110001010101100100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068CA; }

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

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

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

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

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

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

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

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