#C368DF

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

Shades of Medium Orchid #C368DF

Tints of Medium Orchid #C368DF

Color information

#C368DF (or 0xC368DF) is unknown color: approx Medium Orchid. HEX triplet: C3, 68 and DF. RGB value is (195,104,223). Sum of RGB (Red+Green+Blue) = 195+104+223=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #C368DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368DF is #3C9720. Grayscale: #909090. Windows color (decimal): -3970849 or 14641347. OLE color: 14641347.

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

Color convert

RGB195104223-
CMYK0.130.5300.13
HSL285.88º65.03%64.12%-
HSV(B)285.88º53.36%87.45%-
XYZ40.7826.8372.84-
YUV144.78172.15163.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=37.36%
G=19.92%
B=42.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951042230.130.5300.13285.8865.0364.12
HexC368DFD350D11e4140
Octal3031503371565015436101100
Binary1100001111010001101111111011101010110110001111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368DF; }

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

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

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

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

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

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

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

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