Html Css Color HEX #C542F9 Medium Orchid

📋 copy color: '#C542F9'

red 197 ◦ green 66 ◦ blue 249

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

Shades of Medium Orchid #C542F9

Tints of Medium Orchid #C542F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 38.48%
G = 12.89%
B = 48.63%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C542F9 (or 0xC542F9) is known color: Medium Orchid. HEX triplet: C5, 42 and F9. RGB value is (197,66,249). Sum of RGB (Red+Green+Blue) = 197+66+249=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #C542F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542F9 is #3ABD06. Grayscale: #7D7D7D. Windows color (decimal): -3849479 or 16335557. OLE color: 16335557.

HSL color Cylindrical-coordinate representation of color #C542F9: hue angle of 282.95º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C542F9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 66 249 -
CMYK 0.21 0.73 0 0.02
HSL 282.95º 0.94% 0.62% -
HSV(B) 282.95º 0.73% 0.98% -
XYZ 42.07 22.61 91.77 -
YUV 126.03 197.4 178.62 -
System Red Green Blue C M Y K H S L
Decimal 197 66 249 0.21 0.73 0 0.02 282.95 0.94 0.62
Hex C5 42 F9 15 49 0 2 11B 5E 3E
Octal 305 102 371 25 111 0 2 433 136 76
Binary 11000101 1000010 11111001 10101 1001001 0 10 100011011 1011110 111110

Color Harmonies of #C542F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542F9

Black with #C542F9

Text Example


Text Example

White with #C542F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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