#C168CF

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

Shades of Medium Orchid #C168CF

Tints of Medium Orchid #C168CF

Color information

#C168CF (or 0xC168CF) is unknown color: approx Medium Orchid. HEX triplet: C1, 68 and CF. RGB value is (193,104,207). Sum of RGB (Red+Green+Blue) = 193+104+207=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C168CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168CF is #3E9730. Grayscale: #8E8E8E. Windows color (decimal): -4101937 or 13592769. OLE color: 13592769.

HSL color Cylindrical-coordinate representation of color #C168CF: hue angle of 291.84º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C168CF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193104207-
CMYK0.070.5000.19
HSL291.84º51.76%60.98%-
HSV(B)291.84º49.76%81.18%-
XYZ38.2125.7461.99-
YUV142.35164.49164.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=38.29%
G=20.63%
B=41.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931042070.070.5000.19291.8451.7660.98
HexC168CF732013124343d
Octal3011503177620234446475
Binary11000001110100011001111111110010010011100100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168CF; }

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

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

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

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

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

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

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

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