#C168CB

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

Shades of Medium Orchid #C168CB

Tints of Medium Orchid #C168CB

Color information

#C168CB (or 0xC168CB) is unknown color: approx Medium Orchid. HEX triplet: C1, 68 and CB. RGB value is (193,104,203). Sum of RGB (Red+Green+Blue) = 193+104+203=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C168CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168CB is #3E9734. Grayscale: #8D8D8D. Windows color (decimal): -4101941 or 13330625. OLE color: 13330625.

HSL color Cylindrical-coordinate representation of color #C168CB: hue angle of 293.94º degrees, saturation: 0.49, 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 #C168CB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193104203-
CMYK0.050.4900.20
HSL293.94º48.77%60.2%-
HSV(B)293.94º48.77%79.61%-
XYZ37.7225.5559.44-
YUV141.9162.49164.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 104 (41.02% from 255) = 20.8%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=38.6%
G=20.8%
B=40.6%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931042030.050.4900.20293.9448.7760.2
HexC168CB531014126313c
Octal3011503135610244466174
Binary11000001110100011001011101110001010100100100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168CB; }

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

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

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

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

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

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

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

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