Html Css Color HEX #C542E5 Medium Orchid

📋 copy color: '#C542E5'

red 197 ◦ green 66 ◦ blue 229

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

Shades of Medium Orchid #C542E5

Tints of Medium Orchid #C542E5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.41%

 BLUE value IS 229 (89.84% from 255) = 46.54%

R = 40.04%
G = 13.41%
B = 46.54%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C542E5 (or 0xC542E5) is known color: Medium Orchid. HEX triplet: C5, 42 and E5. RGB value is (197,66,229). Sum of RGB (Red+Green+Blue) = 197+66+229=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #C542E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542E5 is #3ABD1A. Grayscale: #7B7B7B. Windows color (decimal): -3849499 or 15024837. OLE color: 15024837.

HSL color Cylindrical-coordinate representation of color #C542E5: hue angle of 288.22º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C542E5 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 66 229 -
CMYK 0.14 0.71 0 0.10
HSL 288.22º 0.76% 0.58% -
HSV(B) 288.22º 0.71% 0.9% -
XYZ 39.12 21.42 76.2 -
YUV 123.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 197 66 229 0.14 0.71 0 0.10 288.22 0.76 0.58
Hex C5 42 E5 E 47 0 A 120 4C 3A
Octal 305 102 345 16 107 0 12 440 114 72
Binary 11000101 1000010 11100101 1110 1000111 0 1010 100100000 1001100 111010

Color Harmonies of #C542E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542E5

Black with #C542E5

Text Example


Text Example

White with #C542E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542E5; }

 p { color: rgb(197,66,229); }

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

background-color css

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

 a { background-color: rgb(197,66,229); }

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

border-color css

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

 span { border-color: rgb(197,66,229); }

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