Html Css Color HEX #C545FD Medium Orchid

📋 copy color: '#C545FD'

red 197 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #C545FD

Tints of Medium Orchid #C545FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 37.96%
G = 13.29%
B = 48.75%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C545FD (or 0xC545FD) is known color: Medium Orchid. HEX triplet: C5, 45 and FD. RGB value is (197,69,253). Sum of RGB (Red+Green+Blue) = 197+69+253=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #C545FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545FD is #3ABA02. Grayscale: #7F7F7F. Windows color (decimal): -3848707 or 16598469. OLE color: 16598469.

HSL color Cylindrical-coordinate representation of color #C545FD: hue angle of 281.74º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C545FD is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 69 253 -
CMYK 0.22 0.73 0 0.01
HSL 281.74º 0.98% 0.63% -
HSV(B) 281.74º 0.73% 0.99% -
XYZ 42.88 23.22 95.15 -
YUV 128.25 198.41 177.04 -
System Red Green Blue C M Y K H S L
Decimal 197 69 253 0.22 0.73 0 0.01 281.74 0.98 0.63
Hex C5 45 FD 16 49 0 1 11A 62 3F
Octal 305 105 375 26 111 0 1 432 142 77
Binary 11000101 1000101 11111101 10110 1001001 0 1 100011010 1100010 111111

Color Harmonies of #C545FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545FD

Black with #C545FD

Text Example


Text Example

White with #C545FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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