Html Css Color HEX #C55EDA Medium Orchid

📋 copy color: '#C55EDA'

red 197 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #C55EDA

Tints of Medium Orchid #C55EDA

RGB

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

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

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

R = 38.7%
G = 18.47%
B = 42.83%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C55EDA (or 0xC55EDA) is known color: Medium Orchid. HEX triplet: C5, 5E and DA. RGB value is (197,94,218). Sum of RGB (Red+Green+Blue) = 197+94+218=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C55EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EDA is #3AA125. Grayscale: #8A8A8A. Windows color (decimal): -3842342 or 14311109. OLE color: 14311109.

HSL color Cylindrical-coordinate representation of color #C55EDA: hue angle of 289.84º degrees, saturation: 0.63, 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 #C55EDA is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 94 218 -
CMYK 0.10 0.57 0 0.15
HSL 289.84º 0.63% 0.61% -
HSV(B) 289.84º 0.57% 0.85% -
XYZ 39.68 24.94 69.05 -
YUV 138.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 197 94 218 0.10 0.57 0 0.15 289.84 0.63 0.61
Hex C5 5E DA A 39 0 F 122 3F 3D
Octal 305 136 332 12 71 0 17 442 77 75
Binary 11000101 1011110 11011010 1010 111001 0 1111 100100010 111111 111101

Color Harmonies of #C55EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EDA

Black with #C55EDA

Text Example


Text Example

White with #C55EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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