Html Css Color HEX #C550FC Medium Orchid

📋 copy color: '#C550FC'

red 197 ◦ green 80 ◦ blue 252

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

Shades of Medium Orchid #C550FC

Tints of Medium Orchid #C550FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.12%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 37.24%
G = 15.12%
B = 47.64%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C550FC (or 0xC550FC) is known color: Medium Orchid. HEX triplet: C5, 50 and FC. RGB value is (197,80,252). Sum of RGB (Red+Green+Blue) = 197+80+252=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C550FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550FC is #3AAF03. Grayscale: #868686. Windows color (decimal): -3845892 or 16535749. OLE color: 16535749.

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

Color convert

RGB 197 80 252 -
CMYK 0.22 0.68 0 0.01
HSL 280.81º 0.97% 0.65% -
HSV(B) 280.81º 0.68% 0.99% -
XYZ 43.47 24.64 94.56 -
YUV 134.59 194.26 172.51 -
System Red Green Blue C M Y K H S L
Decimal 197 80 252 0.22 0.68 0 0.01 280.81 0.97 0.65
Hex C5 50 FC 16 44 0 1 119 61 41
Octal 305 120 374 26 104 0 1 431 141 101
Binary 11000101 1010000 11111100 10110 1000100 0 1 100011001 1100001 1000001

Color Harmonies of #C550FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550FC

Black with #C550FC

Text Example


Text Example

White with #C550FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550FC; }

 p { color: rgb(197,80,252); }

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

background-color css

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

 a { background-color: rgb(197,80,252); }

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

border-color css

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

 span { border-color: rgb(197,80,252); }

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