Html Css Color HEX #C544EB Medium Orchid

📋 copy color: '#C544EB'

red 197 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #C544EB

Tints of Medium Orchid #C544EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 39.4%
G = 13.6%
B = 47%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C544EB (or 0xC544EB) is known color: Medium Orchid. HEX triplet: C5, 44 and EB. RGB value is (197,68,235). Sum of RGB (Red+Green+Blue) = 197+68+235=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C544EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C544EB is #3ABB14. Grayscale: #7D7D7D. Windows color (decimal): -3848981 or 15418565. OLE color: 15418565.

HSL color Cylindrical-coordinate representation of color #C544EB: hue angle of 286.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C544EB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 68 235 -
CMYK 0.16 0.71 0 0.08
HSL 286.35º 0.81% 0.59% -
HSV(B) 286.35º 0.71% 0.92% -
XYZ 40.09 22 80.73 -
YUV 125.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 197 68 235 0.16 0.71 0 0.08 286.35 0.81 0.59
Hex C5 44 EB 10 47 0 8 11E 51 3B
Octal 305 104 353 20 107 0 10 436 121 73
Binary 11000101 1000100 11101011 10000 1000111 0 1000 100011110 1010001 111011

Color Harmonies of #C544EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544EB

Black with #C544EB

Text Example


Text Example

White with #C544EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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