#C65DD8

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

Shades of Medium Orchid #C65DD8

Tints of Medium Orchid #C65DD8

Color information

#C65DD8 (or 0xC65DD8) is unknown color: approx Medium Orchid. HEX triplet: C6, 5D and D8. RGB value is (198,93,216). Sum of RGB (Red+Green+Blue) = 198+93+216=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #C65DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DD8 is #39A227. Grayscale: #8A8A8A. Windows color (decimal): -3777064 or 14179782. OLE color: 14179782.

HSL color Cylindrical-coordinate representation of color #C65DD8: hue angle of 291.22º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65DD8 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19893216-
CMYK0.080.5700.15
HSL291.22º61.19%60.59%-
HSV(B)291.22º56.94%84.71%-
XYZ39.624.7967.66-
YUV138.42171.79170.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=39.05%
G=18.34%
B=42.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198932160.080.5700.15291.2261.1960.59
HexC65DD88390F1233d3d
Octal30613533010710174437575
Binary11000110101110111011000100011100101111100100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65DD8; }

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

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

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

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

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

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

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

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