Html Css Color HEX #C55EDF Medium Orchid

📋 copy color: '#C55EDF'

red 197 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #C55EDF

Tints of Medium Orchid #C55EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 38.33%
G = 18.29%
B = 43.39%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C55EDF (or 0xC55EDF) is known color: Medium Orchid. HEX triplet: C5, 5E and DF. RGB value is (197,94,223). Sum of RGB (Red+Green+Blue) = 197+94+223=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #C55EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EDF is #3AA120. Grayscale: #8B8B8B. Windows color (decimal): -3842337 or 14638789. OLE color: 14638789.

HSL color Cylindrical-coordinate representation of color #C55EDF: hue angle of 287.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55EDF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 94 223 -
CMYK 0.12 0.58 0 0.13
HSL 287.91º 0.67% 0.62% -
HSV(B) 287.91º 0.58% 0.87% -
XYZ 40.35 25.2 72.55 -
YUV 139.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 197 94 223 0.12 0.58 0 0.13 287.91 0.67 0.62
Hex C5 5E DF C 3A 0 D 120 43 3E
Octal 305 136 337 14 72 0 15 440 103 76
Binary 11000101 1011110 11011111 1100 111010 0 1101 100100000 1000011 111110

Color Harmonies of #C55EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EDF

Black with #C55EDF

Text Example


Text Example

White with #C55EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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