Html Css Color HEX #C554DC Medium Orchid

📋 copy color: '#C554DC'

red 197 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #C554DC

Tints of Medium Orchid #C554DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.77%

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

R = 39.32%
G = 16.77%
B = 43.91%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C554DC (or 0xC554DC) is known color: Medium Orchid. HEX triplet: C5, 54 and DC. RGB value is (197,84,220). Sum of RGB (Red+Green+Blue) = 197+84+220=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C554DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554DC is #3AAB23. Grayscale: #848484. Windows color (decimal): -3844900 or 14439621. OLE color: 14439621.

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

Color convert

RGB 197 84 220 -
CMYK 0.10 0.62 0 0.14
HSL 289.85º 0.66% 0.6% -
HSV(B) 289.85º 0.62% 0.86% -
XYZ 39.11 23.38 70.16 -
YUV 133.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 197 84 220 0.10 0.62 0 0.14 289.85 0.66 0.6
Hex C5 54 DC A 3E 0 E 122 42 3C
Octal 305 124 334 12 76 0 16 442 102 74
Binary 11000101 1010100 11011100 1010 111110 0 1110 100100010 1000010 111100

Color Harmonies of #C554DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554DC

Black with #C554DC

Text Example


Text Example

White with #C554DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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