Html Css Color HEX #C542EA Medium Orchid

📋 copy color: '#C542EA'

red 197 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #C542EA

Tints of Medium Orchid #C542EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 39.64%
G = 13.28%
B = 47.08%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C542EA (or 0xC542EA) is known color: Medium Orchid. HEX triplet: C5, 42 and EA. RGB value is (197,66,234). Sum of RGB (Red+Green+Blue) = 197+66+234=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #C542EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542EA is #3ABD15. Grayscale: #7B7B7B. Windows color (decimal): -3849494 or 15352517. OLE color: 15352517.

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

Color convert

RGB 197 66 234 -
CMYK 0.16 0.72 0 0.08
HSL 286.79º 0.8% 0.59% -
HSV(B) 286.79º 0.72% 0.92% -
XYZ 39.83 21.71 79.93 -
YUV 124.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 197 66 234 0.16 0.72 0 0.08 286.79 0.8 0.59
Hex C5 42 EA 10 48 0 8 11F 50 3B
Octal 305 102 352 20 110 0 10 437 120 73
Binary 11000101 1000010 11101010 10000 1001000 0 1000 100011111 1010000 111011

Color Harmonies of #C542EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542EA

Black with #C542EA

Text Example


Text Example

White with #C542EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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