Html Css Color HEX #C542DF Medium Orchid

📋 copy color: '#C542DF'

red 197 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #C542DF

Tints of Medium Orchid #C542DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 40.53%
G = 13.58%
B = 45.88%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C542DF (or 0xC542DF) is known color: Medium Orchid. HEX triplet: C5, 42 and DF. RGB value is (197,66,223). Sum of RGB (Red+Green+Blue) = 197+66+223=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C542DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542DF is #3ABD20. Grayscale: #7A7A7A. Windows color (decimal): -3849505 or 14631621. OLE color: 14631621.

HSL color Cylindrical-coordinate representation of color #C542DF: hue angle of 290.06º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C542DF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 66 223 -
CMYK 0.12 0.70 0 0.13
HSL 290.06º 0.71% 0.57% -
HSV(B) 290.06º 0.7% 0.87% -
XYZ 38.29 21.09 71.87 -
YUV 123.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 197 66 223 0.12 0.70 0 0.13 290.06 0.71 0.57
Hex C5 42 DF C 46 0 D 122 47 39
Octal 305 102 337 14 106 0 15 442 107 71
Binary 11000101 1000010 11011111 1100 1000110 0 1101 100100010 1000111 111001

Color Harmonies of #C542DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542DF

Black with #C542DF

Text Example


Text Example

White with #C542DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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