#C654DB

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

Shades of Medium Orchid #C654DB

Tints of Medium Orchid #C654DB

Color information

#C654DB (or 0xC654DB) is unknown color: approx Medium Orchid. HEX triplet: C6, 54 and DB. RGB value is (198,84,219). Sum of RGB (Red+Green+Blue) = 198+84+219=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C654DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654DB is #39AB24. Grayscale: #858585. Windows color (decimal): -3779365 or 14374086. OLE color: 14374086.

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

Color convert

RGB19884219-
CMYK0.100.6200.14
HSL290.67º65.22%59.41%-
HSV(B)290.67º61.64%85.88%-
XYZ39.2523.4669.48-
YUV133.48176.27174.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 84 (33.20% from 255) = 16.77%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=39.52%
G=16.77%
B=43.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198842190.100.6200.14290.6765.2259.41
HexC654DBA3E0E123413b
Octal306124333127601644310173
Binary110001101010100110110111010111110011101001000111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C654DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C654DB; }

 p { color: rgb(198,84,219); }

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

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

 a { background-color: rgb(198,84,219); }

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

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

 span { border-color: rgb(198,84,219); }

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