Html Css Color HEX #C547DE Medium Orchid

📋 copy color: '#C547DE'

red 197 ◦ green 71 ◦ blue 222

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

Shades of Medium Orchid #C547DE

Tints of Medium Orchid #C547DE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.49%

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

R = 40.2%
G = 14.49%
B = 45.31%

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

#C547DE (or 0xC547DE) is known color: Medium Orchid. HEX triplet: C5, 47 and DE. RGB value is (197,71,222). Sum of RGB (Red+Green+Blue) = 197+71+222=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #C547DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547DE is #3AB821. Grayscale: #7D7D7D. Windows color (decimal): -3848226 or 14567365. OLE color: 14567365.

HSL color Cylindrical-coordinate representation of color #C547DE: hue angle of 290.07º 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 #C547DE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 71 222 -
CMYK 0.11 0.68 0 0.13
HSL 290.07º 0.7% 0.57% -
HSV(B) 290.07º 0.68% 0.87% -
XYZ 38.46 21.65 71.26 -
YUV 125.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 197 71 222 0.11 0.68 0 0.13 290.07 0.7 0.57
Hex C5 47 DE B 44 0 D 122 46 39
Octal 305 107 336 13 104 0 15 442 106 71
Binary 11000101 1000111 11011110 1011 1000100 0 1101 100100010 1000110 111001

Color Harmonies of #C547DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547DE

Black with #C547DE

Text Example


Text Example

White with #C547DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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