Html Css Color HEX #C546FD Medium Orchid

📋 copy color: '#C546FD'

red 197 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #C546FD

Tints of Medium Orchid #C546FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 37.88%
G = 13.46%
B = 48.65%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C546FD (or 0xC546FD) is known color: Medium Orchid. HEX triplet: C5, 46 and FD. RGB value is (197,70,253). Sum of RGB (Red+Green+Blue) = 197+70+253=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #C546FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546FD is #3AB902. Grayscale: #808080. Windows color (decimal): -3848451 or 16598725. OLE color: 16598725.

HSL color Cylindrical-coordinate representation of color #C546FD: hue angle of 281.64º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C546FD is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 70 253 -
CMYK 0.22 0.72 0 0.01
HSL 281.64º 0.98% 0.63% -
HSV(B) 281.64º 0.72% 0.99% -
XYZ 42.95 23.34 95.17 -
YUV 128.84 198.08 176.62 -
System Red Green Blue C M Y K H S L
Decimal 197 70 253 0.22 0.72 0 0.01 281.64 0.98 0.63
Hex C5 46 FD 16 48 0 1 11A 62 3F
Octal 305 106 375 26 110 0 1 432 142 77
Binary 11000101 1000110 11111101 10110 1001000 0 1 100011010 1100010 111111

Color Harmonies of #C546FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546FD

Black with #C546FD

Text Example


Text Example

White with #C546FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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