Html Css Color HEX #C55FED Medium Orchid

📋 copy color: '#C55FED'

red 197 ◦ green 95 ◦ blue 237

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

Shades of Medium Orchid #C55FED

Tints of Medium Orchid #C55FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.96%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 37.24%
G = 17.96%
B = 44.8%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C55FED (or 0xC55FED) is known color: Medium Orchid. HEX triplet: C5, 5F and ED. RGB value is (197,95,237). Sum of RGB (Red+Green+Blue) = 197+95+237=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FED is #3AA012. Grayscale: #8D8D8D. Windows color (decimal): -3842067 or 15556549. OLE color: 15556549.

HSL color Cylindrical-coordinate representation of color #C55FED: hue angle of 283.1º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55FED is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 95 237 -
CMYK 0.17 0.60 0 0.07
HSL 283.1º 0.8% 0.65% -
HSV(B) 283.1º 0.6% 0.93% -
XYZ 42.4 26.17 82.94 -
YUV 141.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 197 95 237 0.17 0.60 0 0.07 283.1 0.8 0.65
Hex C5 5F ED 11 3C 0 7 11B 50 41
Octal 305 137 355 21 74 0 7 433 120 101
Binary 11000101 1011111 11101101 10001 111100 0 111 100011011 1010000 1000001

Color Harmonies of #C55FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FED

Black with #C55FED

Text Example


Text Example

White with #C55FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FED; }

 p { color: rgb(197,95,237); }

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

background-color css

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

 a { background-color: rgb(197,95,237); }

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

border-color css

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

 span { border-color: rgb(197,95,237); }

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