Html Css Color HEX #C55DCE Medium Orchid

📋 copy color: '#C55DCE'

red 197 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #C55DCE

Tints of Medium Orchid #C55DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.75%

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

R = 39.72%
G = 18.75%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C55DCE (or 0xC55DCE) is known color: Medium Orchid. HEX triplet: C5, 5D and CE. RGB value is (197,93,206). Sum of RGB (Red+Green+Blue) = 197+93+206=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #C55DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DCE is #3AA231. Grayscale: #888888. Windows color (decimal): -3842610 or 13524421. OLE color: 13524421.

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

Color convert

RGB 197 93 206 -
CMYK 0.04 0.55 0 0.19
HSL 295.22º 0.54% 0.59% -
HSV(B) 295.22º 0.55% 0.81% -
XYZ 38.08 24.16 61.05 -
YUV 136.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 197 93 206 0.04 0.55 0 0.19 295.22 0.54 0.59
Hex C5 5D CE 4 37 0 13 127 36 3B
Octal 305 135 316 4 67 0 23 447 66 73
Binary 11000101 1011101 11001110 100 110111 0 10011 100100111 110110 111011

Color Harmonies of #C55DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DCE

Black with #C55DCE

Text Example


Text Example

White with #C55DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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