Html Css Color HEX #C55FEB Medium Orchid

📋 copy color: '#C55FEB'

red 197 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #C55FEB

Tints of Medium Orchid #C55FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 37.38%
G = 18.03%
B = 44.59%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C55FEB (or 0xC55FEB) is known color: Medium Orchid. HEX triplet: C5, 5F and EB. RGB value is (197,95,235). Sum of RGB (Red+Green+Blue) = 197+95+235=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C55FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FEB is #3AA014. Grayscale: #8D8D8D. Windows color (decimal): -3842069 or 15425477. OLE color: 15425477.

HSL color Cylindrical-coordinate representation of color #C55FEB: hue angle of 283.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55FEB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 95 235 -
CMYK 0.16 0.60 0 0.08
HSL 283.71º 0.78% 0.65% -
HSV(B) 283.71º 0.6% 0.92% -
XYZ 42.11 26.05 81.41 -
YUV 141.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 197 95 235 0.16 0.60 0 0.08 283.71 0.78 0.65
Hex C5 5F EB 10 3C 0 8 11C 4E 41
Octal 305 137 353 20 74 0 10 434 116 101
Binary 11000101 1011111 11101011 10000 111100 0 1000 100011100 1001110 1000001

Color Harmonies of #C55FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FEB

Black with #C55FEB

Text Example


Text Example

White with #C55FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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