#C256CD

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

Shades of Medium Orchid #C256CD

Tints of Medium Orchid #C256CD

Color information

#C256CD (or 0xC256CD) is unknown color: approx Medium Orchid. HEX triplet: C2, 56 and CD. RGB value is (194,86,205). Sum of RGB (Red+Green+Blue) = 194+86+205=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C256CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256CD is #3DA932. Grayscale: #838383. Windows color (decimal): -4041011 or 13457090. OLE color: 13457090.

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

Color convert

RGB19486205-
CMYK0.050.5800.20
HSL294.45º54.34%57.06%-
HSV(B)294.45º58.05%80.39%-
XYZ36.622.5360.18-
YUV131.86169.28172.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 17.73%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=40%
G=17.73%
B=42.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194862050.050.5800.20294.4554.3457.06
HexC256CD53A0141263639
Octal3021263155720244466671
Binary11000010101011011001101101111010010100100100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256CD; }

 p { color: rgb(194,86,205); }

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

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

 a { background-color: rgb(194,86,205); }

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

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

 span { border-color: rgb(194,86,205); }

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