Html Css Color HEX #C55ED9 Medium Orchid

📋 copy color: '#C55ED9'

red 197 ◦ green 94 ◦ blue 217

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

Shades of Medium Orchid #C55ED9

Tints of Medium Orchid #C55ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.5%

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 38.78%
G = 18.5%
B = 42.72%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C55ED9 (or 0xC55ED9) is known color: Medium Orchid. HEX triplet: C5, 5E and D9. RGB value is (197,94,217). Sum of RGB (Red+Green+Blue) = 197+94+217=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #C55ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ED9 is #3AA126. Grayscale: #8A8A8A. Windows color (decimal): -3842343 or 14245573. OLE color: 14245573.

HSL color Cylindrical-coordinate representation of color #C55ED9: hue angle of 290.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55ED9 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 94 217 -
CMYK 0.09 0.57 0 0.15
HSL 290.24º 0.62% 0.61% -
HSV(B) 290.24º 0.57% 0.85% -
XYZ 39.55 24.89 68.36 -
YUV 138.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 197 94 217 0.09 0.57 0 0.15 290.24 0.62 0.61
Hex C5 5E D9 9 39 0 F 122 3E 3D
Octal 305 136 331 11 71 0 17 442 76 75
Binary 11000101 1011110 11011001 1001 111001 0 1111 100100010 111110 111101

Color Harmonies of #C55ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ED9

Black with #C55ED9

Text Example


Text Example

White with #C55ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ED9; }

 p { color: rgb(197,94,217); }

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

background-color css

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

 a { background-color: rgb(197,94,217); }

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

border-color css

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

 span { border-color: rgb(197,94,217); }

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