#C655DA

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

Shades of Medium Orchid #C655DA

Tints of Medium Orchid #C655DA

Color information

#C655DA (or 0xC655DA) is unknown color: approx Medium Orchid. HEX triplet: C6, 55 and DA. RGB value is (198,85,218). Sum of RGB (Red+Green+Blue) = 198+85+218=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #C655DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655DA is #39AA25. Grayscale: #858585. Windows color (decimal): -3779110 or 14308806. OLE color: 14308806.

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

Color convert

RGB19885218-
CMYK0.090.6100.15
HSL290.98º64.25%59.41%-
HSV(B)290.98º61.01%85.49%-
XYZ39.1923.5668.81-
YUV133.95175.44173.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=39.52%
G=16.97%
B=43.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198852180.090.6100.15290.9864.2559.41
HexC655DA93D0F123403b
Octal306125332117501744310073
Binary110001101010101110110101001111101011111001000111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C655DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C655DA; }

 p { color: rgb(198,85,218); }

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

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

 a { background-color: rgb(198,85,218); }

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

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

 span { border-color: rgb(198,85,218); }

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