#C365DA

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

Shades of Medium Orchid #C365DA

Tints of Medium Orchid #C365DA

Color information

#C365DA (or 0xC365DA) is unknown color: approx Medium Orchid. HEX triplet: C3, 65 and DA. RGB value is (195,101,218). Sum of RGB (Red+Green+Blue) = 195+101+218=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #C365DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365DA is #3C9A25. Grayscale: #8E8E8E. Windows color (decimal): -3971622 or 14312899. OLE color: 14312899.

HSL color Cylindrical-coordinate representation of color #C365DA: hue angle of 288.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C365DA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195101218-
CMYK0.110.5400.15
HSL288.21º61.26%62.55%-
HSV(B)288.21º53.67%85.49%-
XYZ39.8125.9769.24-
YUV142.44170.64165.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=37.94%
G=19.65%
B=42.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951012180.110.5400.15288.2161.2662.55
HexC365DAB360F1203d3f
Octal30314533213660174407577
Binary11000011110010111011010101111011001111100100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365DA; }

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

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

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

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

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

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

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

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