#C65DE5

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

Shades of Medium Orchid #C65DE5

Tints of Medium Orchid #C65DE5

Color information

#C65DE5 (or 0xC65DE5) is unknown color: approx Medium Orchid. HEX triplet: C6, 5D and E5. RGB value is (198,93,229). Sum of RGB (Red+Green+Blue) = 198+93+229=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #C65DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DE5 is #39A21A. Grayscale: #8B8B8B. Windows color (decimal): -3777051 or 15031750. OLE color: 15031750.

HSL color Cylindrical-coordinate representation of color #C65DE5: hue angle of 286.32º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65DE5 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19893229-
CMYK0.140.5900.10
HSL286.32º72.34%63.14%-
HSV(B)286.32º59.39%89.8%-
XYZ41.3525.4976.87-
YUV139.9178.29169.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 229 (89.84% from 255) = 44.04%
R=38.08%
G=17.88%
B=44.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal198932290.140.5900.10286.3272.3463.14
HexC65DE5E3B0A11e483f
Octal306135345167301243611077
Binary110001101011101111001011110111011010101000111101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65DE5; }

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

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

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

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

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

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

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

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