#C168CC

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

Shades of Medium Orchid #C168CC

Tints of Medium Orchid #C168CC

Color information

#C168CC (or 0xC168CC) is unknown color: approx Medium Orchid. HEX triplet: C1, 68 and CC. RGB value is (193,104,204). Sum of RGB (Red+Green+Blue) = 193+104+204=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #C168CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168CC is #3E9733. Grayscale: #8D8D8D. Windows color (decimal): -4101940 or 13396161. OLE color: 13396161.

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

Color convert

RGB193104204-
CMYK0.050.4900.2
HSL293.4º49.5%60.39%-
HSV(B)293.4º49.02%80%-
XYZ37.8425.660.07-
YUV142.01162.99164.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=38.52%
G=20.76%
B=40.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931042040.050.4900.2293.449.560.39
HexC168CC531014125323c
Octal3011503145610244456274
Binary11000001110100011001100101110001010100100100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168CC; }

 p { color: rgb(193,104,204); }

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

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

 a { background-color: rgb(193,104,204); }

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

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

 span { border-color: rgb(193,104,204); }

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