#C65BDC

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

Shades of Medium Orchid #C65BDC

Tints of Medium Orchid #C65BDC

Color information

#C65BDC (or 0xC65BDC) is unknown color: approx Medium Orchid. HEX triplet: C6, 5B and DC. RGB value is (198,91,220). Sum of RGB (Red+Green+Blue) = 198+91+220=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C65BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BDC is #39A423. Grayscale: #898989. Windows color (decimal): -3777572 or 14441414. OLE color: 14441414.

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

Color convert

RGB19891220-
CMYK0.10.5900.14
HSL289.77º64.82%60.98%-
HSV(B)289.77º58.64%86.27%-
XYZ39.9524.6670.36-
YUV137.7174.45171.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 91 (35.94% from 255) = 17.88%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=38.90%
G=17.88%
B=43.22%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198912200.10.5900.14289.7764.8260.98
HexC65BDCA3B0E122413d
Octal306133334127301644210175
Binary110001101011011110111001010111011011101001000101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BDC; }

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

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

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

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

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

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

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

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