#C65DED

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

Shades of Medium Orchid #C65DED

Tints of Medium Orchid #C65DED

Color information

#C65DED (or 0xC65DED) is unknown color: approx Medium Orchid. HEX triplet: C6, 5D and ED. RGB value is (198,93,237). Sum of RGB (Red+Green+Blue) = 198+93+237=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C65DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DED is #39A212. Grayscale: #8C8C8C. Windows color (decimal): -3777043 or 15556038. OLE color: 15556038.

HSL color Cylindrical-coordinate representation of color #C65DED: hue angle of 283.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65DED is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19893237-
CMYK0.160.6100.07
HSL283.75º80%64.71%-
HSV(B)283.75º60.76%92.94%-
XYZ42.4925.9582.89-
YUV140.81182.29168.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 93 (36.72% from 255) = 17.61%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=37.5%
G=17.61%
B=44.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198932370.160.6100.07283.758064.71
HexC65DED103D0711c5041
Octal306135355207507434120101
Binary1100011010111011110110110000111101011110001110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65DED; }

 p { color: rgb(198,93,237); }

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

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

 a { background-color: rgb(198,93,237); }

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

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

 span { border-color: rgb(198,93,237); }

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