Html Css Color HEX #C545F3 Medium Orchid

📋 copy color: '#C545F3'

red 197 ◦ green 69 ◦ blue 243

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

Shades of Medium Orchid #C545F3

Tints of Medium Orchid #C545F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 38.7%
G = 13.56%
B = 47.74%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C545F3 (or 0xC545F3) is known color: Medium Orchid. HEX triplet: C5, 45 and F3. RGB value is (197,69,243). Sum of RGB (Red+Green+Blue) = 197+69+243=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #C545F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545F3 is #3ABA0C. Grayscale: #7E7E7E. Windows color (decimal): -3848717 or 15943109. OLE color: 15943109.

HSL color Cylindrical-coordinate representation of color #C545F3: hue angle of 284.14º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C545F3 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 69 243 -
CMYK 0.19 0.72 0 0.05
HSL 284.14º 0.88% 0.61% -
HSV(B) 284.14º 0.72% 0.95% -
XYZ 41.33 22.6 86.98 -
YUV 127.11 193.41 177.85 -
System Red Green Blue C M Y K H S L
Decimal 197 69 243 0.19 0.72 0 0.05 284.14 0.88 0.61
Hex C5 45 F3 13 48 0 5 11C 58 3D
Octal 305 105 363 23 110 0 5 434 130 75
Binary 11000101 1000101 11110011 10011 1001000 0 101 100011100 1011000 111101

Color Harmonies of #C545F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545F3

Black with #C545F3

Text Example


Text Example

White with #C545F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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