Html Css Color HEX #C551DA Medium Orchid

📋 copy color: '#C551DA'

red 197 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #C551DA

Tints of Medium Orchid #C551DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 39.72%
G = 16.33%
B = 43.95%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C551DA (or 0xC551DA) is known color: Medium Orchid. HEX triplet: C5, 51 and DA. RGB value is (197,81,218). Sum of RGB (Red+Green+Blue) = 197+81+218=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #C551DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551DA is #3AAE25. Grayscale: #828282. Windows color (decimal): -3845670 or 14307781. OLE color: 14307781.

HSL color Cylindrical-coordinate representation of color #C551DA: hue angle of 290.8º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C551DA is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 81 218 -
CMYK 0.10 0.63 0 0.15
HSL 290.8º 0.65% 0.59% -
HSV(B) 290.8º 0.63% 0.85% -
XYZ 38.62 22.82 68.7 -
YUV 131.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 197 81 218 0.10 0.63 0 0.15 290.8 0.65 0.59
Hex C5 51 DA A 3F 0 F 123 41 3B
Octal 305 121 332 12 77 0 17 443 101 73
Binary 11000101 1010001 11011010 1010 111111 0 1111 100100011 1000001 111011

Color Harmonies of #C551DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551DA

Black with #C551DA

Text Example


Text Example

White with #C551DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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