Html Css Color HEX #C544ED Medium Orchid

📋 copy color: '#C544ED'

red 197 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #C544ED

Tints of Medium Orchid #C544ED

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.55%

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

R = 39.24%
G = 13.55%
B = 47.21%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C544ED (or 0xC544ED) is known color: Medium Orchid. HEX triplet: C5, 44 and ED. RGB value is (197,68,237). Sum of RGB (Red+Green+Blue) = 197+68+237=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #C544ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C544ED is #3ABB12. Grayscale: #7D7D7D. Windows color (decimal): -3848979 or 15549637. OLE color: 15549637.

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

Color convert

RGB 197 68 237 -
CMYK 0.17 0.71 0 0.07
HSL 285.8º 0.82% 0.6% -
HSV(B) 285.8º 0.71% 0.93% -
XYZ 40.38 22.12 82.26 -
YUV 125.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 197 68 237 0.17 0.71 0 0.07 285.8 0.82 0.6
Hex C5 44 ED 11 47 0 7 11E 52 3C
Octal 305 104 355 21 107 0 7 436 122 74
Binary 11000101 1000100 11101101 10001 1000111 0 111 100011110 1010010 111100

Color Harmonies of #C544ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544ED

Black with #C544ED

Text Example


Text Example

White with #C544ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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