#C266DB

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

Shades of Medium Orchid #C266DB

Tints of Medium Orchid #C266DB

Color information

#C266DB (or 0xC266DB) is unknown color: approx Medium Orchid. HEX triplet: C2, 66 and DB. RGB value is (194,102,219). Sum of RGB (Red+Green+Blue) = 194+102+219=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #C266DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266DB is #3D9924. Grayscale: #8E8E8E. Windows color (decimal): -4036901 or 14378690. OLE color: 14378690.

HSL color Cylindrical-coordinate representation of color #C266DB: hue angle of 287.18º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C266DB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194102219-
CMYK0.110.5300.14
HSL287.18º61.9%62.94%-
HSV(B)287.18º53.42%85.88%-
XYZ39.7926.0969.96-
YUV142.85170.98164.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 102 (40.23% from 255) = 19.81%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=37.67%
G=19.81%
B=42.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941022190.110.5300.14287.1861.962.94
HexC266DBB350E11f3e3f
Octal30214633313650164377677
Binary11000010110011011011011101111010101110100011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266DB; }

 p { color: rgb(194,102,219); }

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

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

 a { background-color: rgb(194,102,219); }

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

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

 span { border-color: rgb(194,102,219); }

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