Html Css Color HEX #C545F1 Medium Orchid

📋 copy color: '#C545F1'

red 197 ◦ green 69 ◦ blue 241

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

Shades of Medium Orchid #C545F1

Tints of Medium Orchid #C545F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 38.86%
G = 13.61%
B = 47.53%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C545F1 (or 0xC545F1) is known color: Medium Orchid. HEX triplet: C5, 45 and F1. RGB value is (197,69,241). Sum of RGB (Red+Green+Blue) = 197+69+241=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #C545F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545F1 is #3ABA0E. Grayscale: #7E7E7E. Windows color (decimal): -3848719 or 15812037. OLE color: 15812037.

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

Color convert

RGB 197 69 241 -
CMYK 0.18 0.71 0 0.05
HSL 284.65º 0.86% 0.61% -
HSV(B) 284.65º 0.71% 0.95% -
XYZ 41.03 22.48 85.4 -
YUV 126.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 197 69 241 0.18 0.71 0 0.05 284.65 0.86 0.61
Hex C5 45 F1 12 47 0 5 11D 56 3D
Octal 305 105 361 22 107 0 5 435 126 75
Binary 11000101 1000101 11110001 10010 1000111 0 101 100011101 1010110 111101

Color Harmonies of #C545F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545F1

Black with #C545F1

Text Example


Text Example

White with #C545F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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