#C365DF

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

Shades of Medium Orchid #C365DF

Tints of Medium Orchid #C365DF

Color information

#C365DF (or 0xC365DF) is unknown color: approx Medium Orchid. HEX triplet: C3, 65 and DF. RGB value is (195,101,223). Sum of RGB (Red+Green+Blue) = 195+101+223=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C365DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365DF is #3C9A20. Grayscale: #8E8E8E. Windows color (decimal): -3971617 or 14640579. OLE color: 14640579.

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

Color convert

RGB195101223-
CMYK0.130.5500.13
HSL286.23º65.59%63.53%-
HSV(B)286.23º54.71%87.45%-
XYZ40.4826.2472.74-
YUV143.01173.14165.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 101 (39.84% from 255) = 19.46%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=37.57%
G=19.46%
B=42.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951012230.130.5500.13286.2365.5963.53
HexC365DFD370D11e4240
Octal3031453371567015436102100
Binary1100001111001011101111111011101110110110001111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365DF; }

 p { color: rgb(195,101,223); }

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

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

 a { background-color: rgb(195,101,223); }

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

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

 span { border-color: rgb(195,101,223); }

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