Html Css Color HEX #C654D8 Medium Orchid

📋 copy color: '#C654D8'

red 198 ◦ green 84 ◦ blue 216

#C654D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C654D8

Tints of Medium Orchid #C654D8

RGB

 RED value IS 198 (77.73% from 255) = 39.76%

 GREEN value IS 84 (33.2% from 255) = 16.87%

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 39.76%
G = 16.87%
B = 43.37%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C654D8 (or 0xC654D8) is known color: Medium Orchid. HEX triplet: C6, 54 and D8. RGB value is (198,84,216). Sum of RGB (Red+Green+Blue) = 198+84+216=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #C654D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654D8 is #39AB27. Grayscale: #848484. Windows color (decimal): -3779368 or 14177478. OLE color: 14177478.

HSL color Cylindrical-coordinate representation of color #C654D8: hue angle of 291.82º degrees, saturation: 0.63, 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 #C654D8 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 84 216 -
CMYK 0.08 0.61 0 0.15
HSL 291.82º 0.63% 0.59% -
HSV(B) 291.82º 0.61% 0.85% -
XYZ 38.85 23.3 67.42 -
YUV 133.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 198 84 216 0.08 0.61 0 0.15 291.82 0.63 0.59
Hex C6 54 D8 8 3D 0 F 124 3F 3B
Octal 306 124 330 10 75 0 17 444 77 73
Binary 11000110 1010100 11011000 1000 111101 0 1111 100100100 111111 111011

Color Harmonies of #C654D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654D8

Black with #C654D8

Text Example


Text Example

White with #C654D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654D8; }

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

 H1.HeaderClassName
 {
   color: #C654D8;
 }
 .AnyTagClassName
 {
   color: #C654D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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