Html Css Color HEX #C654D0 Medium Orchid

📋 copy color: '#C654D0'

red 198 ◦ green 84 ◦ blue 208

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

Shades of Medium Orchid #C654D0

Tints of Medium Orchid #C654D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 40.41%
G = 17.14%
B = 42.45%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C654D0 (or 0xC654D0) is known color: Medium Orchid. HEX triplet: C6, 54 and D0. RGB value is (198,84,208). Sum of RGB (Red+Green+Blue) = 198+84+208=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C654D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654D0 is #39AB2F. Grayscale: #838383. Windows color (decimal): -3779376 or 13653190. OLE color: 13653190.

HSL color Cylindrical-coordinate representation of color #C654D0: hue angle of 295.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C654D0 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 84 208 -
CMYK 0.05 0.60 0 0.18
HSL 295.16º 0.57% 0.57% -
HSV(B) 295.16º 0.6% 0.82% -
XYZ 37.84 22.9 62.1 -
YUV 132.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 198 84 208 0.05 0.60 0 0.18 295.16 0.57 0.57
Hex C6 54 D0 5 3C 0 12 127 39 39
Octal 306 124 320 5 74 0 22 447 71 71
Binary 11000110 1010100 11010000 101 111100 0 10010 100100111 111001 111001

Color Harmonies of #C654D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654D0

Black with #C654D0

Text Example


Text Example

White with #C654D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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