Html Css Color HEX #C55AD8 Medium Orchid

📋 copy color: '#C55AD8'

red 197 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #C55AD8

Tints of Medium Orchid #C55AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 39.17%
G = 17.89%
B = 42.94%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C55AD8 (or 0xC55AD8) is known color: Medium Orchid. HEX triplet: C5, 5A and D8. RGB value is (197,90,216). Sum of RGB (Red+Green+Blue) = 197+90+216=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #C55AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AD8 is #3AA527. Grayscale: #878787. Windows color (decimal): -3843368 or 14179013. OLE color: 14179013.

HSL color Cylindrical-coordinate representation of color #C55AD8: hue angle of 290.95º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55AD8 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 90 216 -
CMYK 0.09 0.58 0 0.15
HSL 290.95º 0.62% 0.6% -
HSV(B) 290.95º 0.58% 0.85% -
XYZ 39.08 24.14 67.57 -
YUV 136.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 197 90 216 0.09 0.58 0 0.15 290.95 0.62 0.6
Hex C5 5A D8 9 3A 0 F 123 3E 3C
Octal 305 132 330 11 72 0 17 443 76 74
Binary 11000101 1011010 11011000 1001 111010 0 1111 100100011 111110 111100

Color Harmonies of #C55AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AD8

Black with #C55AD8

Text Example


Text Example

White with #C55AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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