Html Css Color HEX #C551CF Medium Orchid

📋 copy color: '#C551CF'

red 197 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #C551CF

Tints of Medium Orchid #C551CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.7%

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 40.62%
G = 16.7%
B = 42.68%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C551CF (or 0xC551CF) is known color: Medium Orchid. HEX triplet: C5, 51 and CF. RGB value is (197,81,207). Sum of RGB (Red+Green+Blue) = 197+81+207=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C551CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551CF is #3AAE30. Grayscale: #818181. Windows color (decimal): -3845681 or 13586885. OLE color: 13586885.

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

Color convert

RGB 197 81 207 -
CMYK 0.05 0.61 0 0.19
HSL 295.24º 0.57% 0.56% -
HSV(B) 295.24º 0.61% 0.81% -
XYZ 37.23 22.26 61.37 -
YUV 130.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 197 81 207 0.05 0.61 0 0.19 295.24 0.57 0.56
Hex C5 51 CF 5 3D 0 13 127 39 38
Octal 305 121 317 5 75 0 23 447 71 70
Binary 11000101 1010001 11001111 101 111101 0 10011 100100111 111001 111000

Color Harmonies of #C551CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551CF

Black with #C551CF

Text Example


Text Example

White with #C551CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551CF; }

 p { color: rgb(197,81,207); }

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

background-color css

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

 a { background-color: rgb(197,81,207); }

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

border-color css

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

 span { border-color: rgb(197,81,207); }

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