#C65EDC

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

Shades of Medium Orchid #C65EDC

Tints of Medium Orchid #C65EDC

Color information

#C65EDC (or 0xC65EDC) is unknown color: approx Medium Orchid. HEX triplet: C6, 5E and DC. RGB value is (198,94,220). Sum of RGB (Red+Green+Blue) = 198+94+220=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #C65EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EDC is #39A123. Grayscale: #8B8B8B. Windows color (decimal): -3776804 or 14442182. OLE color: 14442182.

HSL color Cylindrical-coordinate representation of color #C65EDC: hue angle of 289.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65EDC is Cyan = 0.1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19894220-
CMYK0.10.5700.14
HSL289.52º64.29%61.57%-
HSV(B)289.52º57.27%86.27%-
XYZ40.2125.1870.45-
YUV139.46173.46169.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 94 (37.11% from 255) = 18.36%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=38.67%
G=18.36%
B=42.97%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198942200.10.5700.14289.5264.2961.57
HexC65EDCA390E122403e
Octal306136334127101644210076
Binary110001101011110110111001010111001011101001000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65EDC; }

 p { color: rgb(198,94,220); }

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

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

 a { background-color: rgb(198,94,220); }

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

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

 span { border-color: rgb(198,94,220); }

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