#C365CD

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

Shades of Medium Orchid #C365CD

Tints of Medium Orchid #C365CD

Color information

#C365CD (or 0xC365CD) is unknown color: approx Medium Orchid. HEX triplet: C3, 65 and CD. RGB value is (195,101,205). Sum of RGB (Red+Green+Blue) = 195+101+205=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #C365CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CD is #3C9A32. Grayscale: #8C8C8C. Windows color (decimal): -3971635 or 13460931. OLE color: 13460931.

HSL color Cylindrical-coordinate representation of color #C365CD: hue angle of 294.23º 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 #C365CD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195101205-
CMYK0.050.5100.20
HSL294.23º50.98%60%-
HSV(B)294.23º50.73%80.39%-
XYZ38.1825.3260.63-
YUV140.96164.14166.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=38.92%
G=20.16%
B=40.92%

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
Decimal1951012050.050.5100.20294.2350.9860
HexC365CD533014126333c
Octal3031453155630244466374
Binary11000011110010111001101101110011010100100100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365CD; }

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

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

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

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

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

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

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

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