#C364DA

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

Shades of Medium Orchid #C364DA

Tints of Medium Orchid #C364DA

Color information

#C364DA (or 0xC364DA) is unknown color: approx Medium Orchid. HEX triplet: C3, 64 and DA. RGB value is (195,100,218). Sum of RGB (Red+Green+Blue) = 195+100+218=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C364DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364DA is #3C9B25. Grayscale: #8D8D8D. Windows color (decimal): -3971878 or 14312643. OLE color: 14312643.

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

Color convert

RGB195100218-
CMYK0.110.5400.15
HSL288.31º61.46%62.35%-
HSV(B)288.31º54.13%85.49%-
XYZ39.7225.7869.21-
YUV141.86170.97165.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 100 (39.45% from 255) = 19.49%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=38.01%
G=19.49%
B=42.50%

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
Decimal1951002180.110.5400.15288.3161.4662.35
HexC364DAB360F1203d3e
Octal30314433213660174407576
Binary11000011110010011011010101111011001111100100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C364DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C364DA; }

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

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

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

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

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

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

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

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