Html Css Color HEX #C55FCE Medium Orchid

📋 copy color: '#C55FCE'

red 197 ◦ green 95 ◦ blue 206

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

Shades of Medium Orchid #C55FCE

Tints of Medium Orchid #C55FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 39.56%
G = 19.08%
B = 41.37%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C55FCE (or 0xC55FCE) is known color: Medium Orchid. HEX triplet: C5, 5F and CE. RGB value is (197,95,206). Sum of RGB (Red+Green+Blue) = 197+95+206=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C55FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FCE is #3AA031. Grayscale: #898989. Windows color (decimal): -3842098 or 13524933. OLE color: 13524933.

HSL color Cylindrical-coordinate representation of color #C55FCE: hue angle of 295.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55FCE is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 95 206 -
CMYK 0.04 0.54 0 0.19
HSL 295.14º 0.53% 0.59% -
HSV(B) 295.14º 0.54% 0.81% -
XYZ 38.26 24.51 61.11 -
YUV 138.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 197 95 206 0.04 0.54 0 0.19 295.14 0.53 0.59
Hex C5 5F CE 4 36 0 13 127 35 3B
Octal 305 137 316 4 66 0 23 447 65 73
Binary 11000101 1011111 11001110 100 110110 0 10011 100100111 110101 111011

Color Harmonies of #C55FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FCE

Black with #C55FCE

Text Example


Text Example

White with #C55FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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