Html Css Color HEX #C546DE Medium Orchid

📋 copy color: '#C546DE'

red 197 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #C546DE

Tints of Medium Orchid #C546DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 40.29%
G = 14.31%
B = 45.4%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C546DE (or 0xC546DE) is known color: Medium Orchid. HEX triplet: C5, 46 and DE. RGB value is (197,70,222). Sum of RGB (Red+Green+Blue) = 197+70+222=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #C546DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546DE is #3AB921. Grayscale: #7C7C7C. Windows color (decimal): -3848482 or 14567109. OLE color: 14567109.

HSL color Cylindrical-coordinate representation of color #C546DE: hue angle of 290.13º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C546DE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 70 222 -
CMYK 0.11 0.68 0 0.13
HSL 290.13º 0.7% 0.57% -
HSV(B) 290.13º 0.68% 0.87% -
XYZ 38.4 21.52 71.24 -
YUV 125.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 197 70 222 0.11 0.68 0 0.13 290.13 0.7 0.57
Hex C5 46 DE B 44 0 D 122 46 39
Octal 305 106 336 13 104 0 15 442 106 71
Binary 11000101 1000110 11011110 1011 1000100 0 1101 100100010 1000110 111001

Color Harmonies of #C546DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546DE

Black with #C546DE

Text Example


Text Example

White with #C546DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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