#C366DD

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

Shades of Medium Orchid #C366DD

Tints of Medium Orchid #C366DD

Color information

#C366DD (or 0xC366DD) is unknown color: approx Medium Orchid. HEX triplet: C3, 66 and DD. RGB value is (195,102,221). Sum of RGB (Red+Green+Blue) = 195+102+221=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C366DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366DD is #3C9922. Grayscale: #8E8E8E. Windows color (decimal): -3971363 or 14509763. OLE color: 14509763.

HSL color Cylindrical-coordinate representation of color #C366DD: hue angle of 286.89º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C366DD is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195102221-
CMYK0.120.5400.13
HSL286.89º63.64%63.33%-
HSV(B)286.89º53.85%86.67%-
XYZ40.3126.3371.36-
YUV143.37171.81164.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=37.64%
G=19.69%
B=42.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951022210.120.5400.13286.8963.6463.33
HexC366DDC360D11f403f
Octal303146335146601543710077
Binary110000111100110110111011100110110011011000111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366DD; }

 p { color: rgb(195,102,221); }

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

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

 a { background-color: rgb(195,102,221); }

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

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

 span { border-color: rgb(195,102,221); }

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