#C658DC

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

Shades of Medium Orchid #C658DC

Tints of Medium Orchid #C658DC

Color information

#C658DC (or 0xC658DC) is unknown color: approx Medium Orchid. HEX triplet: C6, 58 and DC. RGB value is (198,88,220). Sum of RGB (Red+Green+Blue) = 198+88+220=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #C658DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658DC is #39A723. Grayscale: #878787. Windows color (decimal): -3778340 or 14440646. OLE color: 14440646.

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

Color convert

RGB19888220-
CMYK0.10.600.14
HSL290º65.35%60.39%-
HSV(B)290º60%86.27%-
XYZ39.724.1570.28-
YUV135.94175.44172.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 88 (34.77% from 255) = 17.39%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=39.13%
G=17.39%
B=43.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198882200.10.600.1429065.3560.39
HexC658DCA3C0E122413c
Octal306130334127401644210174
Binary110001101011000110111001010111100011101001000101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C658DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C658DC; }

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

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

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

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

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

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

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

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