Html Css Color HEX #C55FDC Medium Orchid

📋 copy color: '#C55FDC'

red 197 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #C55FDC

Tints of Medium Orchid #C55FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 38.48%
G = 18.55%
B = 42.97%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C55FDC (or 0xC55FDC) is known color: Medium Orchid. HEX triplet: C5, 5F and DC. RGB value is (197,95,220). Sum of RGB (Red+Green+Blue) = 197+95+220=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #C55FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FDC is #3AA023. Grayscale: #8B8B8B. Windows color (decimal): -3842084 or 14442437. OLE color: 14442437.

HSL color Cylindrical-coordinate representation of color #C55FDC: hue angle of 288.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55FDC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 95 220 -
CMYK 0.10 0.57 0 0.14
HSL 288.96º 0.64% 0.62% -
HSV(B) 288.96º 0.57% 0.86% -
XYZ 40.04 25.22 70.47 -
YUV 139.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 197 95 220 0.10 0.57 0 0.14 288.96 0.64 0.62
Hex C5 5F DC A 39 0 E 121 40 3E
Octal 305 137 334 12 71 0 16 441 100 76
Binary 11000101 1011111 11011100 1010 111001 0 1110 100100001 1000000 111110

Color Harmonies of #C55FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FDC

Black with #C55FDC

Text Example


Text Example

White with #C55FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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