Html Css Color HEX #C546EF Medium Orchid

📋 copy color: '#C546EF'

red 197 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #C546EF

Tints of Medium Orchid #C546EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 38.93%
G = 13.83%
B = 47.23%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C546EF (or 0xC546EF) is known color: Medium Orchid. HEX triplet: C5, 46 and EF. RGB value is (197,70,239). Sum of RGB (Red+Green+Blue) = 197+70+239=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #C546EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546EF is #3AB910. Grayscale: #7E7E7E. Windows color (decimal): -3848465 or 15681221. OLE color: 15681221.

HSL color Cylindrical-coordinate representation of color #C546EF: hue angle of 285.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C546EF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 70 239 -
CMYK 0.18 0.71 0 0.06
HSL 285.09º 0.84% 0.61% -
HSV(B) 285.09º 0.71% 0.94% -
XYZ 40.8 22.48 83.85 -
YUV 127.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 197 70 239 0.18 0.71 0 0.06 285.09 0.84 0.61
Hex C5 46 EF 12 47 0 6 11D 54 3D
Octal 305 106 357 22 107 0 6 435 124 75
Binary 11000101 1000110 11101111 10010 1000111 0 110 100011101 1010100 111101

Color Harmonies of #C546EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546EF

Black with #C546EF

Text Example


Text Example

White with #C546EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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