Html Css Color HEX #C546ED Medium Orchid

📋 copy color: '#C546ED'

red 197 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #C546ED

Tints of Medium Orchid #C546ED

RGB

 RED value IS 197 (77.34% from 255) = 39.09%

 GREEN value IS 70 (27.73% from 255) = 13.89%

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 39.09%
G = 13.89%
B = 47.02%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C546ED (or 0xC546ED) is known color: Medium Orchid. HEX triplet: C5, 46 and ED. RGB value is (197,70,237). Sum of RGB (Red+Green+Blue) = 197+70+237=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #C546ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546ED is #3AB912. Grayscale: #7E7E7E. Windows color (decimal): -3848467 or 15550149. OLE color: 15550149.

HSL color Cylindrical-coordinate representation of color #C546ED: hue angle of 285.63º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C546ED is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 70 237 -
CMYK 0.17 0.70 0 0.07
HSL 285.63º 0.82% 0.6% -
HSV(B) 285.63º 0.7% 0.93% -
XYZ 40.5 22.37 82.3 -
YUV 127.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 197 70 237 0.17 0.70 0 0.07 285.63 0.82 0.6
Hex C5 46 ED 11 46 0 7 11E 52 3C
Octal 305 106 355 21 106 0 7 436 122 74
Binary 11000101 1000110 11101101 10001 1000110 0 111 100011110 1010010 111100

Color Harmonies of #C546ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546ED

Black with #C546ED

Text Example


Text Example

White with #C546ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546ED; }

 p { color: rgb(197,70,237); }

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

background-color css

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

 a { background-color: rgb(197,70,237); }

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

border-color css

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

 span { border-color: rgb(197,70,237); }

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