Html Css Color HEX #C545D7 Medium Orchid

📋 copy color: '#C545D7'

red 197 ◦ green 69 ◦ blue 215

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

Shades of Medium Orchid #C545D7

Tints of Medium Orchid #C545D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 40.96%
G = 14.35%
B = 44.7%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C545D7 (or 0xC545D7) is known color: Medium Orchid. HEX triplet: C5, 45 and D7. RGB value is (197,69,215). Sum of RGB (Red+Green+Blue) = 197+69+215=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #C545D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545D7 is #3ABA28. Grayscale: #7B7B7B. Windows color (decimal): -3848745 or 14108101. OLE color: 14108101.

HSL color Cylindrical-coordinate representation of color #C545D7: hue angle of 292.6º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C545D7 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 69 215 -
CMYK 0.08 0.68 0 0.16
HSL 292.6º 0.65% 0.56% -
HSV(B) 292.6º 0.68% 0.84% -
XYZ 37.42 21.03 66.38 -
YUV 123.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 197 69 215 0.08 0.68 0 0.16 292.6 0.65 0.56
Hex C5 45 D7 8 44 0 10 125 41 38
Octal 305 105 327 10 104 0 20 445 101 70
Binary 11000101 1000101 11010111 1000 1000100 0 10000 100100101 1000001 111000

Color Harmonies of #C545D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545D7

Black with #C545D7

Text Example


Text Example

White with #C545D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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