#C36ACD

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

Shades of Medium Orchid #C36ACD

Tints of Medium Orchid #C36ACD

Color information

#C36ACD (or 0xC36ACD) is unknown color: approx Medium Orchid. HEX triplet: C3, 6A and CD. RGB value is (195,106,205). Sum of RGB (Red+Green+Blue) = 195+106+205=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C36ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ACD is #3C9532. Grayscale: #8F8F8F. Windows color (decimal): -3970355 or 13462211. OLE color: 13462211.

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

Color convert

RGB195106205-
CMYK0.050.4800.20
HSL293.94º49.75%60.98%-
HSV(B)293.94º48.29%80.39%-
XYZ38.6826.3260.8-
YUV143.9162.49164.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=38.54%
G=20.95%
B=40.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951062050.050.4800.20293.9449.7560.98
HexC36ACD530014126323d
Octal3031523155600244466275
Binary11000011110101011001101101110000010100100100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36ACD; }

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

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

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

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

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

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

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

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