Html Css Color HEX #C545DD Medium Orchid

📋 copy color: '#C545DD'

red 197 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #C545DD

Tints of Medium Orchid #C545DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.17%

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

R = 40.45%
G = 14.17%
B = 45.38%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C545DD (or 0xC545DD) is known color: Medium Orchid. HEX triplet: C5, 45 and DD. RGB value is (197,69,221). Sum of RGB (Red+Green+Blue) = 197+69+221=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C545DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545DD is #3ABA22. Grayscale: #7C7C7C. Windows color (decimal): -3848739 or 14501317. OLE color: 14501317.

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

Color convert

RGB 197 69 221 -
CMYK 0.11 0.69 0 0.13
HSL 290.53º 0.69% 0.57% -
HSV(B) 290.53º 0.69% 0.87% -
XYZ 38.21 21.35 70.51 -
YUV 124.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 197 69 221 0.11 0.69 0 0.13 290.53 0.69 0.57
Hex C5 45 DD B 45 0 D 123 45 39
Octal 305 105 335 13 105 0 15 443 105 71
Binary 11000101 1000101 11011101 1011 1000101 0 1101 100100011 1000101 111001

Color Harmonies of #C545DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545DD

Black with #C545DD

Text Example


Text Example

White with #C545DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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