Html Css Color HEX #C543DD Medium Orchid

📋 copy color: '#C543DD'

red 197 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #C543DD

Tints of Medium Orchid #C543DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.81%

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 40.62%
G = 13.81%
B = 45.57%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C543DD (or 0xC543DD) is known color: Medium Orchid. HEX triplet: C5, 43 and DD. RGB value is (197,67,221). Sum of RGB (Red+Green+Blue) = 197+67+221=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C543DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543DD is #3ABC22. Grayscale: #7A7A7A. Windows color (decimal): -3849251 or 14500805. OLE color: 14500805.

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

Color convert

RGB 197 67 221 -
CMYK 0.11 0.70 0 0.13
HSL 290.65º 0.69% 0.56% -
HSV(B) 290.65º 0.7% 0.87% -
XYZ 38.08 21.11 70.47 -
YUV 123.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 197 67 221 0.11 0.70 0 0.13 290.65 0.69 0.56
Hex C5 43 DD B 46 0 D 123 45 38
Octal 305 103 335 13 106 0 15 443 105 70
Binary 11000101 1000011 11011101 1011 1000110 0 1101 100100011 1000101 111000

Color Harmonies of #C543DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543DD

Black with #C543DD

Text Example


Text Example

White with #C543DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543DD; }

 p { color: rgb(197,67,221); }

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

background-color css

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

 a { background-color: rgb(197,67,221); }

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

border-color css

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

 span { border-color: rgb(197,67,221); }

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