Html Css Color HEX #C545FB Medium Orchid

📋 copy color: '#C545FB'

red 197 ◦ green 69 ◦ blue 251

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

Shades of Medium Orchid #C545FB

Tints of Medium Orchid #C545FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 38.1%
G = 13.35%
B = 48.55%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C545FB (or 0xC545FB) is known color: Medium Orchid. HEX triplet: C5, 45 and FB. RGB value is (197,69,251). Sum of RGB (Red+Green+Blue) = 197+69+251=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #C545FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545FB is #3ABA04. Grayscale: #7F7F7F. Windows color (decimal): -3848709 or 16467397. OLE color: 16467397.

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

Color convert

RGB 197 69 251 -
CMYK 0.22 0.73 0 0.02
HSL 282.2º 0.96% 0.63% -
HSV(B) 282.2º 0.73% 0.98% -
XYZ 42.57 23.09 93.48 -
YUV 128.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 197 69 251 0.22 0.73 0 0.02 282.2 0.96 0.63
Hex C5 45 FB 16 49 0 2 11A 60 3F
Octal 305 105 373 26 111 0 2 432 140 77
Binary 11000101 1000101 11111011 10110 1001001 0 10 100011010 1100000 111111

Color Harmonies of #C545FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545FB

Black with #C545FB

Text Example


Text Example

White with #C545FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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