Html Css Color HEX #C55FE3 Medium Orchid

📋 copy color: '#C55FE3'

red 197 ◦ green 95 ◦ blue 227

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

Shades of Medium Orchid #C55FE3

Tints of Medium Orchid #C55FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.74%

R = 37.96%
G = 18.3%
B = 43.74%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C55FE3 (or 0xC55FE3) is known color: Medium Orchid. HEX triplet: C5, 5F and E3. RGB value is (197,95,227). Sum of RGB (Red+Green+Blue) = 197+95+227=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #C55FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FE3 is #3AA01C. Grayscale: #8C8C8C. Windows color (decimal): -3842077 or 14901189. OLE color: 14901189.

HSL color Cylindrical-coordinate representation of color #C55FE3: hue angle of 286.36º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55FE3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 95 227 -
CMYK 0.13 0.58 0 0.11
HSL 286.36º 0.7% 0.63% -
HSV(B) 286.36º 0.58% 0.89% -
XYZ 40.98 25.6 75.45 -
YUV 140.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 197 95 227 0.13 0.58 0 0.11 286.36 0.7 0.63
Hex C5 5F E3 D 3A 0 B 11E 46 3F
Octal 305 137 343 15 72 0 13 436 106 77
Binary 11000101 1011111 11100011 1101 111010 0 1011 100011110 1000110 111111

Color Harmonies of #C55FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FE3

Black with #C55FE3

Text Example


Text Example

White with #C55FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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