Html Css Color HEX #C542EF Medium Orchid

📋 copy color: '#C542EF'

red 197 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #C542EF

Tints of Medium Orchid #C542EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 39.24%
G = 13.15%
B = 47.61%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C542EF (or 0xC542EF) is known color: Medium Orchid. HEX triplet: C5, 42 and EF. RGB value is (197,66,239). Sum of RGB (Red+Green+Blue) = 197+66+239=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #C542EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542EF is #3ABD10. Grayscale: #7C7C7C. Windows color (decimal): -3849489 or 15680197. OLE color: 15680197.

HSL color Cylindrical-coordinate representation of color #C542EF: hue angle of 285.43º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C542EF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 66 239 -
CMYK 0.18 0.72 0 0.06
HSL 285.43º 0.84% 0.6% -
HSV(B) 285.43º 0.72% 0.94% -
XYZ 40.55 22 83.77 -
YUV 124.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 197 66 239 0.18 0.72 0 0.06 285.43 0.84 0.6
Hex C5 42 EF 12 48 0 6 11D 54 3C
Octal 305 102 357 22 110 0 6 435 124 74
Binary 11000101 1000010 11101111 10010 1001000 0 110 100011101 1010100 111100

Color Harmonies of #C542EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542EF

Black with #C542EF

Text Example


Text Example

White with #C542EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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