Html Css Color HEX #C55ED7 Medium Orchid

📋 copy color: '#C55ED7'

red 197 ◦ green 94 ◦ blue 215

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

Shades of Medium Orchid #C55ED7

Tints of Medium Orchid #C55ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 38.93%
G = 18.58%
B = 42.49%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C55ED7 (or 0xC55ED7) is known color: Medium Orchid. HEX triplet: C5, 5E and D7. RGB value is (197,94,215). Sum of RGB (Red+Green+Blue) = 197+94+215=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #C55ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ED7 is #3AA128. Grayscale: #8A8A8A. Windows color (decimal): -3842345 or 14114501. OLE color: 14114501.

HSL color Cylindrical-coordinate representation of color #C55ED7: hue angle of 291.07º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55ED7 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 94 215 -
CMYK 0.08 0.56 0 0.16
HSL 291.07º 0.6% 0.61% -
HSV(B) 291.07º 0.56% 0.84% -
XYZ 39.29 24.78 67 -
YUV 138.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 197 94 215 0.08 0.56 0 0.16 291.07 0.6 0.61
Hex C5 5E D7 8 38 0 10 123 3C 3D
Octal 305 136 327 10 70 0 20 443 74 75
Binary 11000101 1011110 11010111 1000 111000 0 10000 100100011 111100 111101

Color Harmonies of #C55ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ED7

Black with #C55ED7

Text Example


Text Example

White with #C55ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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