#C364CD

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

Shades of Medium Orchid #C364CD

Tints of Medium Orchid #C364CD

Color information

#C364CD (or 0xC364CD) is unknown color: approx Medium Orchid. HEX triplet: C3, 64 and CD. RGB value is (195,100,205). Sum of RGB (Red+Green+Blue) = 195+100+205=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C364CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364CD is #3C9B32. Grayscale: #8C8C8C. Windows color (decimal): -3971891 or 13460675. OLE color: 13460675.

HSL color Cylindrical-coordinate representation of color #C364CD: hue angle of 294.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C364CD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195100205-
CMYK0.050.5100.20
HSL294.29º51.22%59.8%-
HSV(B)294.29º51.22%80.39%-
XYZ38.0825.1260.6-
YUV140.38164.47166.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 100 (39.45% from 255) = 20%
BLUE value IS 205 (80.47% from 255) = 41%
R=39%
G=20%
B=41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951002050.050.5100.20294.2951.2259.8
HexC364CD533014126333c
Octal3031443155630244466374
Binary11000011110010011001101101110011010100100100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C364CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C364CD; }

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

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

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

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

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

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

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

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