Html Css Color HEX #C55AD6 Medium Orchid

📋 copy color: '#C55AD6'

red 197 ◦ green 90 ◦ blue 214

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

Shades of Medium Orchid #C55AD6

Tints of Medium Orchid #C55AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.96%

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 39.32%
G = 17.96%
B = 42.71%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C55AD6 (or 0xC55AD6) is known color: Medium Orchid. HEX triplet: C5, 5A and D6. RGB value is (197,90,214). Sum of RGB (Red+Green+Blue) = 197+90+214=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #C55AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AD6 is #3AA529. Grayscale: #878787. Windows color (decimal): -3843370 or 14047941. OLE color: 14047941.

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

Color convert

RGB 197 90 214 -
CMYK 0.08 0.58 0 0.16
HSL 291.77º 0.6% 0.6% -
HSV(B) 291.77º 0.58% 0.84% -
XYZ 38.82 24.04 66.21 -
YUV 136.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 197 90 214 0.08 0.58 0 0.16 291.77 0.6 0.6
Hex C5 5A D6 8 3A 0 10 124 3C 3C
Octal 305 132 326 10 72 0 20 444 74 74
Binary 11000101 1011010 11010110 1000 111010 0 10000 100100100 111100 111100

Color Harmonies of #C55AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AD6

Black with #C55AD6

Text Example


Text Example

White with #C55AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AD6; }

 p { color: rgb(197,90,214); }

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

background-color css

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

 a { background-color: rgb(197,90,214); }

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

border-color css

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

 span { border-color: rgb(197,90,214); }

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