Html Css Color HEX #C55FEC Medium Orchid

📋 copy color: '#C55FEC'

red 197 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #C55FEC

Tints of Medium Orchid #C55FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 37.31%
G = 17.99%
B = 44.7%

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

#C55FEC (or 0xC55FEC) is known color: Medium Orchid. HEX triplet: C5, 5F and EC. RGB value is (197,95,236). Sum of RGB (Red+Green+Blue) = 197+95+236=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C55FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FEC is #3AA013. Grayscale: #8D8D8D. Windows color (decimal): -3842068 or 15491013. OLE color: 15491013.

HSL color Cylindrical-coordinate representation of color #C55FEC: hue angle of 283.4º degrees, saturation: 0.79, 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 #C55FEC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 95 236 -
CMYK 0.17 0.60 0 0.07
HSL 283.4º 0.79% 0.65% -
HSV(B) 283.4º 0.6% 0.93% -
XYZ 42.26 26.11 82.17 -
YUV 141.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 197 95 236 0.17 0.60 0 0.07 283.4 0.79 0.65
Hex C5 5F EC 11 3C 0 7 11B 4F 41
Octal 305 137 354 21 74 0 7 433 117 101
Binary 11000101 1011111 11101100 10001 111100 0 111 100011011 1001111 1000001

Color Harmonies of #C55FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FEC

Black with #C55FEC

Text Example


Text Example

White with #C55FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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